menu
cedar package
documentation
ast.dart
Annotations
Annotations.fromJson factory constructor
Annotations.fromJson factory constructor
dark_mode
light_mode
Annotations.fromJson
constructor
Annotations.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Annotations.fromJson(Map<String, Object?> json) { return Annotations(json.cast()); }
cedar package
documentation
ast
Annotations
Annotations.fromJson factory constructor
Annotations class