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