getAttribute method

dynamic getAttribute(
  1. String key
)

Implementation

dynamic getAttribute(String key) => data[key];