DomTokenList class
- Annotations
-
- @Native("DOMTokenList")
Properties
Methods
-
add(
String tokens) → void -
contains(
String token) → bool -
item(
int index) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String tokens) → void -
replace(
String token, String newToken) → void -
supports(
String token) → bool -
toggle(
String token, [bool? force]) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited