DtoChatCall.fromJson constructor

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

Constructs a DtoChatCall from the provided json.

Implementation

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