isValid property

bool get isValid

Valida se o valor é não negativo

Implementation

bool get isValid => valor >= 0;