hasAttr method

bool hasAttr(
  1. String key
)
inherited

Implementation

bool hasAttr(String key) => attrs.containsKey(key);