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