Gender constructor

Gender({
  1. double? confidence,
  2. GenderType? value,
})

Implementation

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