menu
multiselect_nested package
documentation
models/multiselect_nested_item.dart
MultiSelectNestedItem
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "id": id, "name": name, "children": children, };
multiselect_nested package
documentation
models/multiselect_nested_item
MultiSelectNestedItem
toJson method
MultiSelectNestedItem class