isPositive property

bool get isPositive

Whether the number is greater than zero.

Implementation

bool get isPositive => this > 0;