FaceLivenessEventFailure constructor

const FaceLivenessEventFailure({
  1. String? errorType,
  2. String? errorDescription,
})

Implementation

const FaceLivenessEventFailure({this.errorType, this.errorDescription});