menu
sui_dart package
documentation
graphql/graphql_operation.dart
GraphQLVariablesEncoder<T> typedef
GraphQLVariablesEncoder<T> typedef
dark_mode
light_mode
GraphQLVariablesEncoder<
T
>
typedef
GraphQLVariablesEncoder
<
T
> =
Map
<
String
,
dynamic
>
Function
(
T
value
)
Implementation
typedef GraphQLVariablesEncoder<T> = Map<String, dynamic> Function(T value);
sui_dart package
documentation
graphql/graphql_operation
GraphQLVariablesEncoder<T> typedef
graphql_operation library