isValid property

bool get isValid

Valida se o valor é positivo

Implementation

bool get isValid => isPaValido && valor >= 0;