on property

bool? on

Get/set the toggle state.

Implementation

bool? get on => js.on;
void on=(bool? value)

Implementation

set on(bool? value) => js.on = value;