targets property

Implementation

Iterable<GPUColorTargetState>? get targets =>
    js_util.getProperty(this, 'targets');
void targets=(Iterable<GPUColorTargetState>? newValue)

Implementation

set targets(Iterable<GPUColorTargetState>? newValue) {
  js_util.setProperty(this, 'targets', newValue);
}