type property

Implementation

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

Implementation

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