IProovEventFailure constructor

const IProovEventFailure(
  1. String token,
  2. String reason,
  3. String feedbackCode,
  4. Image? frame,
)

Implementation

const IProovEventFailure(
    this.token, this.reason, this.feedbackCode, this.frame);