getAttribute method
dynamic
getAttribute(
- Attribute type
inherited
Returns the type
with the specified Attribute.
Implementation
dynamic getAttribute(Attribute type) {
return attributes[type.name];
}