EyeOpen constructor

EyeOpen({
  1. double? confidence,
  2. bool? value,
})

Implementation

EyeOpen({
  this.confidence,
  this.value,
});