UnitPrice constructor

UnitPrice(
  1. int amount,
  2. String currency
)

Implementation

UnitPrice(this.amount, this.currency);