TransactionFinished constructor

TransactionFinished(
  1. bool transactionCanceled,
  2. String status,
  3. String source,
  4. String statusMessage,
  5. String response,
  6. String deeplinkUrl,
)

Implementation

TransactionFinished(this.transactionCanceled, this.status,
    this.source, this.statusMessage, this.response, this.deeplinkUrl);