enableCustomDevice property

bool enableCustomDevice

Implementation

bool get enableCustomDevice => enable[4];
void enableCustomDevice=(bool value)

Implementation

set enableCustomDevice(bool value) {
  enable[3] = value;
}