Dart SDK
dart:html
DomSettableTokenList
class
DomSettableTokenList
Properties
Properties
value
length
Methods
add
contains
item
remove
toggle
(Not documented.)
Annotations
DocsEditable()
DomName('DOMSettableTokenList')
Extends
Object
DomTokenList
DomSettableTokenList
Properties
String
value
read / write
int
length
read-only ,
inherited
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