menu
cldf package
documentation
models/tag.dart
Tag
Tag.fromJson factory constructor
Tag.fromJson factory constructor
dark_mode
light_mode
Tag.fromJson
constructor
Tag.fromJson
(
Map
<
String
,
dynamic
>
json
)
Creates a
Tag
from JSON
Implementation
factory Tag.fromJson(Map<String, dynamic> json) => _$TagFromJson(json);
cldf package
documentation
models/tag
Tag
Tag.fromJson factory constructor
Tag class