failOp property

Implementation

GPUStencilOperation get failOp =>
    GPUStencilOperation.fromValue(js_util.getProperty(this, 'failOp'));
void failOp=(GPUStencilOperation newValue)

Implementation

set failOp(GPUStencilOperation newValue) {
  js_util.setProperty(this, 'failOp', newValue.value);
}