menu
on_chain package
documentation
aptos/src/provider/models/graphql/queries/queries.dart
AptosGraphQLWhereConditionVariablesParams
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { 'where_condition': whereCondition, }; }
on_chain package
documentation
aptos/src/provider/models/graphql/queries/queries
AptosGraphQLWhereConditionVariablesParams
toJson method
AptosGraphQLWhereConditionVariablesParams class