menu
sam_api_calls package
documentation
models/device/device_ble_config.dart
DeviceBleConfig
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => {'devices': this.bleDevices.map((v) => v.toJson()).toList()};
sam_api_calls package
documentation
models/device/device_ble_config
DeviceBleConfig
toJson method
DeviceBleConfig class