getAttribute method

dynamic getAttribute(
  1. Attribute type
)
inherited

Returns the type with the specified Attribute.

Implementation

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