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