Dart API Reference
dart:html
DomSettableTokenList
DomSettableTokenList
class
Annotated by:
DocsEditable()
DomName('DOMSettableTokenList')
Extends:
DomTokenList
Object
Instance Properties
value
String
read/write
length
int
Inherited
read-only
Instance Methods
add
Inherited
(
String
tokens
) →
void
contains
Inherited
(
String
token
) →
bool
item
Inherited
(
int
index
) →
String
remove
Inherited
(
String
tokens
) →
void
toggle
Inherited
(
String
token
, [
bool
force
] ) →
bool