entries property

Implementation

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

Implementation

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