Debitos constructor

Debitos({
  1. bool? balancoLucroReal,
  2. ListaDebitosIrpj? irpj,
  3. ListaDebitosCsll? csll,
  4. ListaDebitosPisPasep? pisPasep,
  5. ListaDebitosCofins? cofins,
  6. ListaDebitosIrrf? irrf,
  7. ListaDebitosIpi? ipi,
  8. ListaDebitosIof? iof,
  9. ListaDebitosCideCombustiveis? cideCombustiveis,
  10. ListaDebitosCideRemessas? cideRemessas,
  11. ListaDebitosCondecine? condecine,
  12. ListaDebitosContribuicaoConcursoPrognosticos? contribuicaoConcursoPrognosticos,
  13. ListaDebitosCpss? cpss,
  14. ListaDebitosRetPagamentoUnificado? retPagamentoUnificado,
  15. ListaDebitosContribuicoesDiversas? contribuicoesDiversas,
})

Implementation

Debitos({
  this.balancoLucroReal,
  this.irpj,
  this.csll,
  this.pisPasep,
  this.cofins,
  this.irrf,
  this.ipi,
  this.iof,
  this.cideCombustiveis,
  this.cideRemessas,
  this.condecine,
  this.contribuicaoConcursoPrognosticos,
  this.cpss,
  this.retPagamentoUnificado,
  this.contribuicoesDiversas,
});