SheetLocalization constructor

const SheetLocalization({
  1. String? docId,
  2. int version = 1,
  3. String outDir = 'resources/langs',
  4. String outName = 'langs.csv',
  5. List<String> preservedKeywords = const [],
  6. bool injectGenerationDateTime = true,
  7. bool immediateTranslationEnabled = true,
})

Implementation

const SheetLocalization({
  this.docId,
  this.version = 1,
  this.outDir = 'resources/langs',
  this.outName = 'langs.csv',
  this.preservedKeywords = const [],
  this.injectGenerationDateTime = true,
  this.immediateTranslationEnabled = true,
});