menu
smart_device_core package
documentation
models/device/device_bean.dart
DeviceModel
isB0 method
isB0 method
dark_mode
light_mode
isB0
method
bool
isB0
(
)
Implementation
bool isB0() { return modelName != null && (modelName?.startsWith("CB") ?? false); }
smart_device_core package
documentation
models/device/device_bean
DeviceModel
isB0 method
DeviceModel class