TwilioOutboundCallResponse constructor
const
TwilioOutboundCallResponse({})
Implementation
const TwilioOutboundCallResponse({
required this.success,
required this.message,
required this.conversationId,
required this.callSid,
});