Creates a new GazeData instance.
GazeData({ required this.x, required this.y, required this.confidence, required this.timestamp, });