menu
nice2dev_flutter_ui package
documentation
tools/nice_tools2.dart
NiceFormRow
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { 'fields': fields.map((f) => f.toJson()).toList(), };
nice2dev_flutter_ui package
documentation
tools/nice_tools2
NiceFormRow
toJson method
NiceFormRow class