isPositive property

  1. @nonVirtual
bool isPositive

Returns true iff value represents a positive number, else false.

Implementation

@nonVirtual
bool get isPositive => !isNegative;