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