MigrationConfig constructor
const
MigrationConfig({})
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,
});