Dart SDK
dart:html
DomTokenList
class
DomTokenList
Properties
Methods
Properties
length
Methods
add
contains
item
remove
toggle
(Not documented.)
Annotations
DocsEditable()
DomName('DOMTokenList')
Implemented by
DomSettableTokenList
Properties
int
length
read-only
Methods
add
(
String
tokens
) →
void
contains
(
String
token
) →
bool
item
(
int
index
) →
String
remove
(
String
tokens
) →
void
toggle
(
String
token
, [
bool
force
]) →
bool