AppStringsConfig constructor

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

Implementation

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