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