hasAttribute method

bool hasAttribute(
  1. String key
)

Implementation

bool hasAttribute(String key) {
  return attributes.containsKey(key);
}