BalanceChange constructor

BalanceChange(
  1. ObjectOwner owner,
  2. String coinType,
  3. String amount
)

Implementation

BalanceChange(this.owner, this.coinType, this.amount);