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