SIPTrunkOutboundCallResponse.fromJson constructor

SIPTrunkOutboundCallResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory SIPTrunkOutboundCallResponse.fromJson(Map<String, dynamic> json) =>
    _$SIPTrunkOutboundCallResponseFromJson(json);