- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- DomTokenList
- DomSettableTokenList
- Annotations
- @DocsEditable()
- @DomName('DOMSettableTokenList')
Static Properties
- instanceRuntimeType → Type
-
@Deprecated("Internal Use Only"), read-only
Constructors
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
item(
int index) → String -
@DocsEditable(), @DomName('DOMSettableTokenList.item'), @Experimental()
-
add(
String tokens) → void -
@DocsEditable(), @DomName('DOMTokenList.add'), @Experimental(), inherited
-
contains(
String token) → bool -
@DocsEditable(), @DomName('DOMTokenList.contains'), inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
remove(
String tokens) → void -
@DocsEditable(), @DomName('DOMTokenList.remove'), @Experimental(), inherited
-
toggle(
String token, [ bool force ]) → bool -
inherited
-
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited