AdaptyError constructor

const AdaptyError(
  1. String message,
  2. int code,
  3. String? detail
)

Implementation

const AdaptyError(this.message, this.code, this.detail);