landmarkAnnotations property Null safety

List<EntityAnnotation> landmarkAnnotations

If present, face detection has completed successfully.

Implementation

List<EntityAnnotation> get landmarkAnnotations =>
    landmarkAnnotationList ?? <EntityAnnotation>[];