Map<String, dynamic> toJson() { return { 'rightEye': rightEye?.toJson(), 'leftEye': leftEye?.toJson(), }; }