Money constructor

Money({
  1. int? amount,
  2. String? currency,
})

Implementation

Money({this.amount, this.currency});