hasAttribute method

bool hasAttribute(
  1. String name
)

Implementation

bool hasAttribute(String name) =>
    js_util.callMethod(this, 'hasAttribute', [name]);