Coin constructor
      
      Coin(
    
    
- Amount amount,
- CoinIdentifier coin_identifier
Implementation
Coin(this.amount, this.coin_identifier);Coin(this.amount, this.coin_identifier);