LivenessDetectionStepItem constructor
LivenessDetectionStepItem({
- required LivenessDetectionStep step,
- required String title,
- double? thresholdToCheck,
- required bool isCompleted,
Implementation
LivenessDetectionStepItem({
required this.step,
required this.title,
this.thresholdToCheck,
required this.isCompleted,
});