menu
style_generator_annotation package
documentation
copy_with_generator_annotation.dart
CopyWithKey
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
Object
?
>
toJson
(
)
Implementation
Map<String, Object?> toJson() { return { "inCopyWith": inCopyWith, }; }
style_generator_annotation package
documentation
copy_with_generator_annotation
CopyWithKey
toJson method
CopyWithKey class