NaoOptante class

Informações de não optante

Constructors

NaoOptante({required String esferaAdm, required String uf, required String codMunicipio, required String processo})
NaoOptante.fromJson(Map<String, dynamic> json)
factory

Properties

codMunicipio String
Código do município do processo
final
esferaAdm String
1 = Federal, 2 = Distrital, 3 = Estadual, 4 = Municipal
final
hashCode int
The hash code for this object.
no setterinherited
isCodMunicipioValido bool
Valida se o código do município tem 4 caracteres
no setter
isEsferaValida bool
Valida se a esfera administrativa é válida
no setter
isUfValida bool
Valida se a UF tem 2 caracteres
no setter
isValid bool
Valida se todos os campos estão corretos
no setter
processo String
Número do processo sem formatação
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uf String
UF do processo
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited