getAttributeFromString method

dynamic getAttributeFromString(
  1. String type
)

Returns the type with the specified string name.

Implementation

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