PurchasesError constructor

const PurchasesError(
  1. PurchasesErrorCode code,
  2. String message,
  3. String underlyingErrorMessage,
  4. String readableErrorCode,
)

Implementation

const PurchasesError(
  this.code,
  this.message,
  this.underlyingErrorMessage,
  this.readableErrorCode,
);