InformacaoOpcional class

Constructors

InformacaoOpcional({List<VendaRevendedorAmbulante>? vendasRevendedorAmbulante, List<PreparoComercializacaoRefeicoes>? preparosComercializacaoRefeicoes, List<ProducaoRural>? producoesRurais, List<AquisicaoProdutoresRurais>? aquisicoesProdutoresRurais, List<AquisicaoDispensadosInscricao>? aquisicoesDispensadosInscricao, List<RateioReceitaRegimeEspecial>? rateiosReceitaRegimeEspecial, List<RateioDecisaoJudicial>? rateiosDecisaoJudicial, List<RateioReceitaOutrosRateios>? rateiosReceitaOutrosRateios, double? saidaTransferenciaMercadoria, double? autoInfracaoPago})
InformacaoOpcional.fromJson(Map<String, dynamic> json)
factory

Properties

aquisicoesDispensadosInscricao List<AquisicaoDispensadosInscricao>?
final
aquisicoesProdutoresRurais List<AquisicaoProdutoresRurais>?
final
autoInfracaoPago double?
final
hashCode int
The hash code for this object.
no setterinherited
preparosComercializacaoRefeicoes List<PreparoComercializacaoRefeicoes>?
final
producoesRurais List<ProducaoRural>?
final
rateiosDecisaoJudicial List<RateioDecisaoJudicial>?
final
rateiosReceitaOutrosRateios List<RateioReceitaOutrosRateios>?
final
rateiosReceitaRegimeEspecial List<RateioReceitaRegimeEspecial>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saidaTransferenciaMercadoria double?
final
vendasRevendedorAmbulante List<VendaRevendedorAmbulante>?
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