isPositive property

bool get isPositive

Returns true if the number this is a positive number

Implementation

bool get isPositive => this > 0;