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