deviceId property
String
get
deviceId
Implementation
String get deviceId => js_util.getProperty(this, 'deviceId');
set
deviceId
(String newValue)
Implementation
set deviceId(String newValue) {
js_util.setProperty(this, 'deviceId', newValue);
}