PhraseSet constructor

PhraseSet({
  1. double? boost,
  2. String? kmsKeyName,
  3. String? kmsKeyVersionName,
  4. String? name,
  5. List<Phrase>? phrases,
})

Implementation

PhraseSet({
  this.boost,
  this.kmsKeyName,
  this.kmsKeyVersionName,
  this.name,
  this.phrases,
});