isSwitch property

bool get isSwitch

Implementation

bool get isSwitch => _isSwitch;
set isSwitch (bool value)

Implementation

set isSwitch(bool value) {
  _isSwitch = value;
}