get method

Object? get(
  1. String key
)

Retrieve the value associated with the Attribute with key key.

Implementation

Object? get(String key) => _attributes[key];