newBaseFee property Null safety
Implementation
XdrUint32? get newBaseFee => this._newBaseFee;
Implementation
set newBaseFee(XdrUint32? value) => this._newBaseFee = value;
XdrUint32? get newBaseFee => this._newBaseFee;
set newBaseFee(XdrUint32? value) => this._newBaseFee = value;