EyeState constructor
EyeState({})
Creates a new EyeState instance.
Implementation
EyeState({
required this.leftEyeOpen,
required this.rightEyeOpen,
required this.leftEyeBlink,
required this.rightEyeBlink,
required this.timestamp,
});