isValid property

bool get isValid

Valida se a UF tem 2 caracteres

Implementation

bool get isValid => uf.length == 2;