isSwitch property

bool isSwitch

Implementation

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

Implementation

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