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