deviceId property

String deviceId

Implementation

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

Implementation

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