timestampWrites property

Implementation

Iterable<GPURenderPassTimestampWrite> get timestampWrites =>
    js_util.getProperty(this, 'timestampWrites');
void timestampWrites=(Iterable<GPURenderPassTimestampWrite> newValue)

Implementation

set timestampWrites(Iterable<GPURenderPassTimestampWrite> newValue) {
  js_util.setProperty(this, 'timestampWrites', newValue);
}