getAttributeFromString method

dynamic getAttributeFromString(
  1. String type
)
inherited

Returns the type with the specified string name.

Implementation

dynamic getAttributeFromString(String type) {
  return attributes[type];
}