Coin constructor

const Coin(
  1. Amount amount,
  2. CoinIdentifier coinIdentifier
)

Implementation

const Coin(this.amount, this.coinIdentifier);