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