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