Coin constructor

Coin(
  1. Amount amount,
  2. CoinIdentifier coin_identifier
)

Implementation

Coin(this.amount, this.coin_identifier);