refundableFee property Null safety

XdrInt64 refundableFee

Implementation

XdrInt64 get refundableFee => this._refundableFee;
void refundableFee=(XdrInt64 value)

Implementation

set refundableFee(XdrInt64 value) => this._refundableFee = value;