getAttribute method

dynamic getAttribute(
  1. String name
)

Implementation

dynamic getAttribute(String name) {
  return _attributes[name];
}