HistoryResponse constructor

const HistoryResponse(
  1. String environment,
  2. int? appAppleId,
  3. String bundleId,
  4. bool hasMore,
  5. String revision,
  6. List<String> signedTransactions,
)

Implementation

const HistoryResponse(this.environment, this.appAppleId, this.bundleId,
    this.hasMore, this.revision, this.signedTransactions);