getAttribute method

dynamic getAttribute(
  1. String key
)

Retrieves a raw attribute value by key.

Implementation

dynamic getAttribute(String key) => _rawAttributes?[key];