type property

Implementation

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

Implementation

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