amountSold property Null safety
Implementation
XdrInt64 get amountSold => this._amountSold;
Implementation
set amountSold(XdrInt64 value) => this._amountSold = value;
XdrInt64 get amountSold => this._amountSold;
set amountSold(XdrInt64 value) => this._amountSold = value;