BalanceChange constructor
BalanceChange(
- ObjectOwner owner,
- String coinType,
- String amount
Implementation
BalanceChange(this.owner, this.coinType, this.amount);