NFE constructor
NFE({
- required Estabelecimento estabelecimento,
- required String nfeChave,
- required DateTime dataEmissao,
- required double? valorTotal,
- required double valorDesconto,
- required List<
NfeFormaPagamento> formasPagamento, - required double valorPago,
- required List<
NfeItem> items, - String? url,
- required double valorTributos,
Implementation
NFE({
required this.estabelecimento,
required this.nfeChave,
required this.dataEmissao,
required this.valorTotal,
required this.valorDesconto,
required this.formasPagamento,
required this.valorPago,
required this.items,
this.url,
required this.valorTributos,
});