getAttribute method

dynamic getAttribute(
  1. String key
)

Implementation

dynamic getAttribute(String key) {
  return attributes[key];
}