getAttribute method

String? getAttribute(
  1. String name
)

Implementation

String? getAttribute(String name) =>
    js_util.callMethod(this, 'getAttribute', [name]);