operation property

GPUBlendOperation operation

Implementation

GPUBlendOperation get operation =>
    GPUBlendOperation.fromValue(js_util.getProperty(this, 'operation'));
void operation=(GPUBlendOperation newValue)

Implementation

set operation(GPUBlendOperation newValue) {
  js_util.setProperty(this, 'operation', newValue.value);
}