ChallengeError constructor

ChallengeError({
  1. String? detail,
  2. String? type,
  3. int? status,
})

Implementation

ChallengeError({this.detail, this.type, this.status});