menu
flutter_hue package
documentation
domain/models/light/light.dart
Light
isOn property
isOn property
dark_mode
light_mode
isOn
property
bool
get
isOn
Whether or not this light is on.
Implementation
bool get isOn => on.isOn;
flutter_hue package
documentation
domain/models/light/light
Light
isOn property
Light class