menu
rohd_hcl
rohd_hcl.dart
ConfigKnob
<
T
>
toJson method
toJson
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Serializes this knob into a JSON-compatible map.
Implementation
Map<String, dynamic> toJson() => {'value': value};
rohd_hcl
rohd_hcl
ConfigKnob
<
T
>
toJson method
ConfigKnob class