isValid property

bool get isValid

Valida se os valores são positivos

Implementation

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