Total constructor

Total({
  1. String? valorTotal,
  2. String? valorTotalIcms,
  3. String? valorLei12741,
  4. String? desconto,
  5. String? acrescimo,
  6. String? valorPago,
})

Implementation

Total({
  this.valorTotal,
  this.valorTotalIcms,
  this.valorLei12741,
  this.desconto,
  this.acrescimo,
  this.valorPago,
});