txSet property Null safety
Implementation
XdrTransactionSet? get txSet => this._txSet;
Implementation
set txSet(XdrTransactionSet? value) => this._txSet = value;
XdrTransactionSet? get txSet => this._txSet;
set txSet(XdrTransactionSet? value) => this._txSet = value;