isValid property

bool get isValid

Valida se os valores estão dentro dos limites

Implementation

bool get isValid => isPaValido && valorInterno >= 0 && valorExterno >= 0;