Amount constructor

Amount({
  1. int? amount,
})

Implementation

Amount({this.amount});