FaceDetectionResult constructor
FaceDetectionResult({})
Implementation
external factory FaceDetectionResult(
{bool detected,
double? left,
double? top,
double? width,
double? height,
String? message});