amountBought property

XdrInt64 amountBought

Implementation

XdrInt64 get amountBought => this._amountBought;
void amountBought=(XdrInt64 value)

Implementation

set amountBought(XdrInt64 value) => this._amountBought = value;