toggleAttribute method

bool toggleAttribute(
  1. String qualifiedName, [
  2. bool? force
])

Implementation

bool toggleAttribute(String qualifiedName, [bool? force]) =>
    js_util.callMethod(this, 'toggleAttribute', [qualifiedName, force]);