DemonstrativoPagamento constructor

DemonstrativoPagamento({
  1. required int numero,
  2. required String tipo,
  3. required List<DetalhesDemonstrativoPagamento> detalhes,
})

Implementation

DemonstrativoPagamento({
  required this.numero,
  required this.tipo,
  required this.detalhes,
});