attributes property

Implementation

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

Implementation

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