menu
i3config package
documentation
i3config_v1.dart
Comment
Comment.fromJson factory constructor
Comment.fromJson factory constructor
dark_mode
light_mode
Comment.fromJson
constructor
Comment.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Comment.fromJson(Map<String, dynamic> json) { return Comment(json['content']); }
i3config package
documentation
i3config_v1
Comment
Comment.fromJson factory constructor
Comment class