menu
vital_flutter package
documentation
devices/device.dart
DeviceModel
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'id': id, 'name': name, 'brand': brand, 'kind': kind, }; }
vital_flutter package
documentation
devices/device
DeviceModel
toMap method
DeviceModel class