PgmeiDas constructor
- required String pdf,
- required String cnpjCompleto,
- String? razaoSocial,
- required List<
DetalhamentoDas> detalhamento,
Implementation
PgmeiDas({
required this.pdf,
required this.cnpjCompleto,
this.razaoSocial,
required this.detalhamento,
});