XdrTransactionSet constructor Null safety

XdrTransactionSet(
  1. XdrHash _previousLedgerHash,
  2. List<XdrTransactionEnvelope> _txEnvelopes
)

Implementation

XdrTransactionSet(this._previousLedgerHash, this._txEnvelopes);