desiredTorchState property

TorchState desiredTorchState

Implementation

TorchState get desiredTorchState => _desiredTorchState;
void desiredTorchState=(TorchState newValue)

Implementation

set desiredTorchState(TorchState newValue) {
  _desiredTorchState = newValue;
  _onChange();
}