InformacoesAdicionais class
Modelo para informações adicionais
Constructors
- InformacoesAdicionais({required bool calculado, required bool codigoBarras, required int codigoReceitaExtensao, required String criacao, required String descricaoReceitaExtensao, required String descricaoReferencia, required bool exigeMatriz, String? extincao, required bool manual, required bool pf, required bool pj, required String tipoPeriodoApuracao, required bool vedaValor})
-
InformacoesAdicionais.fromJson(Map<
String, dynamic> json) -
factory
Properties
- calculado → bool
-
final
- codigoBarras → bool
-
final
- codigoReceitaExtensao → int
-
final
- criacao → String
-
final
- descricaoReceitaExtensao → String
-
final
- descricaoReferencia → String
-
final
- exigeMatriz → bool
-
final
- extincao → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- manual → bool
-
final
- pf → bool
-
final
- pj → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tipoPeriodoApuracao → String
-
final
- vedaValor → 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