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