get method

dynamic get(
  1. String key
)

Implementation

dynamic get(String key) => attributes[key];