isNotNeg property

bool get isNotNeg

Returns negated true or false from neg.

Implementation

bool get isNotNeg => !isNeg;