FaceModel constructor
FaceModel({
- required DetectionType detectionType,
- required String title,
- bool checked = true,
Implementation
FaceModel({
required this.detectionType,
required this.title,
this.checked = true,
});