Feature constructor

Feature({
  1. double? confidence,
  2. String? value,
})

Implementation

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