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