deviceId property

bool deviceId

Implementation

bool get deviceId => js_util.getProperty(this, 'deviceId');
void deviceId=(bool newValue)

Implementation

set deviceId(bool newValue) {
  js_util.setProperty(this, 'deviceId', newValue);
}