Phrase constructor

Phrase({
  1. double? boost,
  2. String? value,
})

Implementation

Phrase({
  this.boost,
  this.value,
});