AdaptationPhraseSet constructor

AdaptationPhraseSet({
  1. PhraseSet? inlinePhraseSet,
  2. String? phraseSet,
})

Implementation

AdaptationPhraseSet({
  this.inlinePhraseSet,
  this.phraseSet,
});