setAttribute method

Element setAttribute(
  1. String name,
  2. String value
)

Implementation

Element setAttribute(String name, String value) =>
    js_util.callMethod(this, 'setAttribute', [name, value]);