Total constructor

Total({
  1. String? amount,
  2. String? unit,
})

Implementation

Total({
  this.amount,
  this.unit,
});