entries property
Iterable<GPUBindGroupLayoutEntry>
get
entries
Implementation
Iterable<GPUBindGroupLayoutEntry> get entries =>
js_util.getProperty(this, 'entries');
set
entries
(Iterable<GPUBindGroupLayoutEntry> newValue)
Implementation
set entries(Iterable<GPUBindGroupLayoutEntry> newValue) {
js_util.setProperty(this, 'entries', newValue);
}