getAttribute method

dynamic getAttribute(
  1. String name
)

Implementation

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