hasAttribute method

bool hasAttribute(
  1. String name
)
inherited

Implementation

bool hasAttribute(String name) {
  return attributes[name] != null;
}