type property

Implementation

GPUQueryType get type =>
    GPUQueryType.fromValue(js_util.getProperty(this, 'type'));
void type=(GPUQueryType newValue)

Implementation

set type(GPUQueryType newValue) {
  js_util.setProperty(this, 'type', newValue.value);
}