DemonstrativoPagamento constructor
- required int numero,
- required String tipo,
- required List<
DetalhesDemonstrativoPagamento> detalhes,
Implementation
DemonstrativoPagamento({
required this.numero,
required this.tipo,
required this.detalhes,
});