getAttributeFromString method
Returns the type with the specified string name.
Implementation
dynamic getAttributeFromString(String type) {
return attributes[type];
}
Returns the type with the specified string name.
dynamic getAttributeFromString(String type) {
return attributes[type];
}