Dart
dart:html
DomTokenList
toggle method
toggle
description
toggle
method
Null safety
bool
toggle
(
String
token
,
[
bool
?
force
]
)
Implementation
bool toggle(String token, [bool? force]) native;
Dart
dart:html
DomTokenList
toggle method
DomTokenList class
Properties
hashCode
length
runtimeType
value
Methods
add
contains
item
noSuchMethod
remove
replace
supports
toggle
toString
Operators
operator ==