getAttribute method

dynamic getAttribute(
  1. Attribute type
)

Returns the type with the specified Attribute.

Implementation

dynamic getAttribute(Attribute type) {
  return attributes[type.name];
}