CamposObrigatorios class
Modelo para campos obrigatórios
Constructors
- CamposObrigatorios({required bool codigoReceita, required bool codigoReceitaExtensao, required bool cota, required bool dataConsolidacao, required bool dataPA, required bool referencia, required bool tipoPA, required bool valorImposto, required bool vencimento})
-
CamposObrigatorios.fromJson(Map<
String, dynamic> json) -
factory
Properties
- codigoReceita → bool
-
final
- codigoReceitaExtensao → bool
-
final
- cota → bool
-
final
- dataConsolidacao → bool
-
final
- dataPA → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- referencia → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tipoPA → bool
-
final
- valorImposto → bool
-
final
- vencimento → bool
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited