DomTokenList class

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
getter/setter pair

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