getAttribute method

dynamic getAttribute(
  1. String name
)

Implementation

dynamic getAttribute(final String name) => attributes_[name];