parse method
override
    Parses a JSON map into the response type.
Implementation
@override
RecentChats$Query parse(Map<String, dynamic> json) =>
    RecentChats$Query.fromJson(json);Parses a JSON map into the response type.
@override
RecentChats$Query parse(Map<String, dynamic> json) =>
    RecentChats$Query.fromJson(json);