JSBooleanToBool
LogoDart

JSBooleanToBool#

extension JSBooleanToBool on JSBoolean

Conversions from JSBoolean to bool.

Properties#

toDart extension no setter#

bool get toDart

Converts this JSBoolean to a bool.

Available on JSBoolean, provided by the JSBooleanToBool extension

Implementation
external bool get toDart;