LocalizationSetup constructor
const
LocalizationSetup({})
Creates a localization configuration.
Implementation
const LocalizationSetup({
required this.enabled,
required this.arbDir,
required this.outputDir,
required this.outputFile,
required this.defaultLocale,
required this.locales,
});