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