SubmitTransactionResponseExtras constructor Null safety

SubmitTransactionResponseExtras(
  1. String envelopeXdr,
  2. String resultXdr,
  3. String? strMetaXdr,
  4. ExtrasResultCodes? resultCodes
)

Implementation

SubmitTransactionResponseExtras(
    this.envelopeXdr, this.resultXdr, this.strMetaXdr, this.resultCodes);