menu
artemis package
documentation
schema/graphql_query.dart
GraphQLQuery<T, U extends JsonSerializable>
parse abstract method
parse abstract method
dark_mode
light_mode
parse
abstract method
T
parse
(
Map
<
String
,
dynamic
>
json
)
Parses a JSON map into the response type.
Implementation
T parse(Map<String, dynamic> json);
artemis package
documentation
schema/graphql_query
GraphQLQuery<T, U extends JsonSerializable>
parse abstract method
GraphQLQuery class