GeneratorOptions constructor

const GeneratorOptions({
  1. String defaultLocale = 'en',
  2. String className = 'IntlKeys',
  3. bool format = true,
  4. bool mangle = false,
  5. bool builtin = false,
  6. bool debug = false,
  7. String source = 'assets/intl',
  8. String output = 'lib/intl.dart',
})

Implementation

const GeneratorOptions({
  this.defaultLocale = 'en',
  this.className = 'IntlKeys',
  this.format = true,
  this.mangle = false,
  this.builtin = false,
  this.debug = false,
  this.source = 'assets/intl',
  this.output = 'lib/intl.dart',
});