Amount constructor

Amount(
  1. String total,
  2. Details details
)

Implementation

Amount(this.total, this.details);