getAttribute method

Object? getAttribute(
  1. String key
)

Implementation

Object? getAttribute(String key) {
  return _attributes[key];
}