getAttribute method

BufferAttribute getAttribute(
  1. String name
)

Implementation

BufferAttribute getAttribute(String name) {
  return attributes[name]!;
}