LanguageDetectionToolConfig constructor

const LanguageDetectionToolConfig({
  1. String? systemToolType,
})

Implementation

const LanguageDetectionToolConfig({
  this.systemToolType,
});