SIPTrunkOutboundCallResponse constructor

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

Implementation

const SIPTrunkOutboundCallResponse({
  required this.success,
  required this.message,
  required this.conversationId,
  required this.sipCallId,
});