IsOnOff constructor

IsOnOff(
  1. bool? value
)

Implementation

IsOnOff(bool? value) : super('isOn', value);