error property

GPUError error

Implementation

GPUError get error => js_util.getProperty(this, 'error');
void error=(GPUError newValue)

Implementation

set error(GPUError newValue) {
  js_util.setProperty(this, 'error', newValue);
}