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