isPositive property

bool get isPositive

Returns true if this number is positive (> 0).

Implementation

bool get isPositive => this > 0;