UfModel constructor

UfModel({
  1. int? ibge,
  2. String? nome,
  3. String? sigla,
})

Implementation

UfModel({this.ibge, this.nome, this.sigla});