getRightEye method Null safety

Point getRightEye()

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

Implementation

Point getRightEye() {
    return _getEye("Right");
  }