clearAttributes method

void clearAttributes()

Clears all attributes.

Implementation

void clearAttributes() {
  _attributes.clear();
}