menu
fb_core package
documentation
models/_models.dart
Collection
Collection.fromJson factory constructor
Collection.fromJson factory constructor
dark_mode
light_mode
Collection.fromJson
constructor
Collection.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Collection.fromJson(Map<String, Object?> json) => _$CollectionFromJson(json);
fb_core package
documentation
models/_models
Collection
Collection.fromJson factory constructor
Collection class