Dart API Reference
dart:html
DomTokenList
DomTokenList
class
Annotated by:
DocsEditable()
DomName('DOMTokenList')
Implementors
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