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