DOMTokenList$Typings extension

on

Properties

add ↔ void Function([Iterable?])
getter/setter pair
contains bool Function(String)
getter/setter pair
forEach ↔ void Function(void (String, num, DOMTokenList), [dynamic])
getter/setter pair
item String? Function(num)
getter/setter pair
length num
Returns the number of tokens.
no setter
remove ↔ void Function([Iterable?])
getter/setter pair
replace bool Function(String, String)
getter/setter pair
supports bool Function(String)
getter/setter pair
toggle bool Function(String, [bool?])
getter/setter pair
toString$ String Function()
getter/setter pair
value String
Returns the associated set as string.
getter/setter pair

Operators

operator [](num index) String
operator []=(num index, String value) → void