RSTotalNotaData constructor
RSTotalNotaData({})
Implementation
RSTotalNotaData({
required this.totalItens,
required this.valorTotal,
required this.valorDesconto,
required this.valorPago,
required this.formasPagamento,
required this.tributos,
});