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