deviceType property
MLDeviceType
get
deviceType
Implementation
MLDeviceType get deviceType =>
MLDeviceType.fromValue(js_util.getProperty(this, 'deviceType'));
set
deviceType
(MLDeviceType newValue)
Implementation
set deviceType(MLDeviceType newValue) {
js_util.setProperty(this, 'deviceType', newValue.value);
}