LivenessResult constructor

LivenessResult({
  1. String? image,
  2. LivenessException? exception,
})

Implementation

LivenessResult({this.image, this.exception});