AmountOfMoney constructor

AmountOfMoney(
  1. int amount,
  2. String currencyCode
)

Implementation

AmountOfMoney(this.amount, this.currencyCode);