isTruthy property

bool isTruthy

The result of !![this] in JavaScript.

Implementation

// TODO(srujzs): Change this to JSBoolean to be consistent.
external bool get isTruthy;