factory StateModel.fromJson(Map<String, dynamic> json) { return StateModel( id: json['id'], sigla: json['sigla'], nome: json['nome'], ); }