get method

dynamic get(
  1. String key
)

Implementation

dynamic get(String key) { return _attributeMap[key]; }