isNonPositive property

bool get isNonPositive

checkis if number is non positive

Implementation

bool get isNonPositive => _isValid && !isPositive || isZero;