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