menu
faunadb_http package
documentation
query.dart
Contains
Contains.fromJson factory constructor
Contains.fromJson factory constructor
dark_mode
light_mode
Contains.fromJson
constructor
Contains.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Contains.fromJson(Map<String, dynamic> json) => _$ContainsFromJson(json);
faunadb_http package
documentation
query
Contains
Contains.fromJson factory constructor
Contains class