isTruthy property

bool get isTruthy

Returns true if this value is not falsy.

Implementation

bool get isTruthy => !isFalsy;