TransactionPreconditionsResponse constructor Null safety

TransactionPreconditionsResponse(
  1. PreconditionsTimeBoundsResponse? timeBounds,
  2. PreconditionsLedgerBoundsResponse? ledgerBounds,
  3. String? minAccountSequence,
  4. String? minAccountSequenceAge,
  5. int? minAccountSequenceLedgerGap,
  6. List<String>? extraSigners
)

Implementation

TransactionPreconditionsResponse(
    this.timeBounds,
    this.ledgerBounds,
    this.minAccountSequence,
    this.minAccountSequenceAge,
    this.minAccountSequenceLedgerGap,
    this.extraSigners);