LastChatRead.fromJson constructor
Constructs a LastChatRead from the provided json
.
Implementation
factory LastChatRead.fromJson(Map<String, dynamic> json) =>
_$LastChatReadFromJson(json);
Constructs a LastChatRead from the provided json
.
factory LastChatRead.fromJson(Map<String, dynamic> json) =>
_$LastChatReadFromJson(json);