MoneyAmount constructor

MoneyAmount(
  1. Currency currency,
  2. double value
)

Implementation

MoneyAmount(this.currency, this.value);