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