ListaDebitosIpi constructor

ListaDebitosIpi({
  1. required List<Debito> listaDebitos,
})

Implementation

ListaDebitosIpi({required this.listaDebitos});