Creditos constructor

Creditos({
  1. ListaCreditosIrpj? creditosIrpj,
  2. ListaCreditosCsll? creditosCsll,
  3. ListaCreditosPisPasep? creditosPisPasep,
  4. ListaCreditosCofins? creditosCofins,
  5. ListaCreditosIrrf? creditosIrrf,
  6. ListaCreditosIpi? creditosIpi,
  7. ListaCreditosIof? creditosIof,
  8. ListaCreditosCideCombustiveis? creditosCideCombustiveis,
  9. ListaCreditosCideRemessas? creditosCideRemessas,
  10. ListaCreditosCondecine? creditosCondecine,
  11. ListaCreditosContribuicaoConcursoPrognosticos? creditosContribuicaoConcursoPrognosticos,
  12. ListaCreditosCpss? creditosCpss,
  13. ListaCreditosRetPagamentoUnificado? creditosRetPagamentoUnificado,
  14. ListaCreditosContribuicoesDiversas? creditosContribuicoesDiversas,
})

Implementation

Creditos({
  this.creditosIrpj,
  this.creditosCsll,
  this.creditosPisPasep,
  this.creditosCofins,
  this.creditosIrrf,
  this.creditosIpi,
  this.creditosIof,
  this.creditosCideCombustiveis,
  this.creditosCideRemessas,
  this.creditosCondecine,
  this.creditosContribuicaoConcursoPrognosticos,
  this.creditosCpss,
  this.creditosRetPagamentoUnificado,
  this.creditosContribuicoesDiversas,
});