isPositive property

bool isPositive

Returns true if the number this is a positive number

Implementation

bool get isPositive => this > 0;