$GlossaryConfig constructor

$GlossaryConfig({
  1. bool? contextualTranslationEnabled,
  2. String? glossary,
  3. bool? ignoreCase,
})

Implementation

$GlossaryConfig({
  this.contextualTranslationEnabled,
  this.glossary,
  this.ignoreCase,
});