AutoLocalized constructor

const AutoLocalized({
  1. required List<AutoLocalizedLocale> locales,
  2. bool convertToCamelCase = true,
  3. OnBlankValueStrategy onBlankValueStrategy = OnBlankValueStrategy.error,
  4. bool generateGetterMethods = false,
  5. bool generateOfKeyFactories = false,
})

Implementation

const AutoLocalized({
  required this.locales,
  this.convertToCamelCase = true,
  this.onBlankValueStrategy = OnBlankValueStrategy.error,
  this.generateGetterMethods = false,
  this.generateOfKeyFactories = false,
});