getLeftEye method Null safety

Point getLeftEye()

Get a point of the left eye. Only frontal samples.

Implementation

Point getLeftEye() {
    return _getEye("Left");
  }