AutoLocalized constructor
const
AutoLocalized({
- required List<
AutoLocalizedLocale> locales, - bool convertToCamelCase = true,
- OnBlankValueStrategy onBlankValueStrategy = OnBlankValueStrategy.error,
- bool generateGetterMethods = false,
- bool generateOfKeyFactories = false,
Implementation
const AutoLocalized({
required this.locales,
this.convertToCamelCase = true,
this.onBlankValueStrategy = OnBlankValueStrategy.error,
this.generateGetterMethods = false,
this.generateOfKeyFactories = false,
});