hasAttribute method

bool hasAttribute(
  1. String name
)

Implementation

bool hasAttribute(String name) => _delegate.hasAttribute(name);