isUfValida property

bool get isUfValida

Valida se a UF tem 2 caracteres

Implementation

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