getAttribute method
Returns the named attribute from the attributes Map.
Implementation
BufferAttribute getAttribute(String name) {
return attributes[name]!;
}
Returns the named attribute from the attributes Map.
BufferAttribute getAttribute(String name) {
return attributes[name]!;
}