Coin constructor

Coin(
  1. String? denom,
  2. double? amount
)

Implementation

Coin(this.denom, this.amount);