isPositive property
bool
get
isPositive
checks if number is positive
Implementation
bool get isPositive => _isValid && this > 0;
checks if number is positive
bool get isPositive => _isValid && this > 0;