DtoChatInfo.fromJson constructor

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

Constructs a DtoChatCall from the provided json.

Implementation

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