ListaDebitosIof constructor

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

Implementation

ListaDebitosIof({required this.listaDebitos});