isValid property

bool get isValid

Valida se o valor é positivo

Implementation

bool get isValid => valor > 0;