deviceId property

bool get deviceId

Implementation

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

Implementation

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