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