hasAttribute method

bool hasAttribute(
  1. String name
)

Implementation

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