toggle method - DomTokenList class - dart:html library (
original
) (
raw
)
description
bool
toggle(
String
token, [
bool
? force ])
Implementation
bool toggle(String token, [bool? force]) native;