AnnotationModel constructor

const AnnotationModel({
  1. required FaceMatching faceMatching,
  2. MalaaROPChecks? malaaROPChecks,
})

Implementation

const AnnotationModel({required this.faceMatching, this.malaaROPChecks});