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