MigrationConfig constructor

const MigrationConfig({
  1. String keyStrategy = 'msgid',
  2. Map<String, String> featureMappings = const {},
  3. List<String> excludePatterns = const [],
  4. int autoExtractThreshold = 80,
  5. String sourceLocale = 'en',
  6. List<String> targetLocales = const [],
  7. bool preserveFormatting = true,
  8. bool stableIdsForVolatile = false,
})

Implementation

const MigrationConfig({
  this.keyStrategy = 'msgid',
  this.featureMappings = const {},
  this.excludePatterns = const [],
  this.autoExtractThreshold = 80,
  this.sourceLocale = 'en',
  this.targetLocales = const [],
  this.preserveFormatting = true,
  this.stableIdsForVolatile = false,
});