L10nConfig constructor

L10nConfig({
  1. String outputDir = _defaultOutputDir,
  2. String sourceFile = _defaultSourceFile,
  3. String translationFilesPattern = _defaultTranslationFilesPattern,
  4. String baseLocaleForArb = _defaultBaseLocaleForArb,
  5. String baseLocaleForXml = _defaultBaseLocaleForXml,
  6. String xmlOutputDir = _defaultXmlOutputDir,
  7. String? xmlOutputName,
})

Implementation

L10nConfig({
  this.outputDir = _defaultOutputDir,
  this.sourceFile = _defaultSourceFile,
  this.translationFilesPattern = _defaultTranslationFilesPattern,
  this.baseLocaleForArb = _defaultBaseLocaleForArb,
  this.baseLocaleForXml = _defaultBaseLocaleForXml,
  this.xmlOutputDir = _defaultXmlOutputDir,
  this.xmlOutputName,
});