TwilioOutboundCallResponse constructor

const TwilioOutboundCallResponse({
  1. required bool success,
  2. required String message,
  3. required dynamic conversationId,
  4. required dynamic callSid,
})

Implementation

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