menu
epos_frontend_shared package
documentation
widgets/standard/S360fDropDown/custom/custom_dropdown.dart
DropDownDataModel
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return {'id': id, 'title': title, 'value': value}; }
epos_frontend_shared package
documentation
widgets/standard/S360fDropDown/custom/custom_dropdown
DropDownDataModel
toJson method
DropDownDataModel class