IProovEventFailure constructor

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

Implementation

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