toBoolean method

  1. @override
bool toBoolean()
override

转为 dart bool 值

Implementation

@override
bool toBoolean() => jsValue.toBool;