OutboundCallRecipient.fromJson constructor

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

Implementation

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