discriminant property Null safety
Implementation
XdrLiquidityPoolWithdrawResultCode get discriminant => this._code;
Implementation
set discriminant(XdrLiquidityPoolWithdrawResultCode value) =>
this._code = value;
XdrLiquidityPoolWithdrawResultCode get discriminant => this._code;
set discriminant(XdrLiquidityPoolWithdrawResultCode value) =>
this._code = value;