AppLangConfig constructor

const AppLangConfig({
  1. String keyClassName = "AppLang",
  2. bool easyLoader = false,
  3. bool json = false,
  4. Import? import,
  5. String? remove,
  6. bool addRegionComments = false,
})

Implementation

const AppLangConfig({
  this.keyClassName = "AppLang",
  this.easyLoader = false,
  this.json = false,
  this.import,
  this.remove,
  this.addRegionComments = false,
});