SubmitTransactionResponse constructor Null safety

SubmitTransactionResponse(
  1. SubmitTransactionResponseExtras? extras,
  2. int? ledger,
  3. String? hash,
  4. String? strEnvelopeXdr,
  5. String? strResultXdr,
  6. String? strMetaXdr
)

Implementation

SubmitTransactionResponse(this.extras, this.ledger, this.hash,
    this.strEnvelopeXdr, this.strResultXdr, this.strMetaXdr);