XdrTransaction constructor Null safety

XdrTransaction(
  1. XdrMuxedAccount _sourceAccount,
  2. XdrUint32 _fee,
  3. XdrSequenceNumber _seqNum,
  4. XdrPreconditions _cond,
  5. XdrMemo _memo,
  6. List<XdrOperation> _operations,
  7. XdrTransactionExt _ext
)

Implementation

XdrTransaction(this._sourceAccount, this._fee, this._seqNum, this._cond,
    this._memo, this._operations, this._ext);