device property

GPUDevice device

Implementation

GPUDevice get device => js_util.getProperty(this, 'device');
void device=(GPUDevice newValue)

Implementation

set device(GPUDevice newValue) {
  js_util.setProperty(this, 'device', newValue);
}