AppDataModel constructor

AppDataModel({
  1. String appName = '',
  2. String packageName = '',
  3. String stateManagement = '',
  4. bool usingGitHubAction = true,
  5. bool usingFlavors = true,
  6. LocalizationModel? localizationModel,
})

Implementation

AppDataModel({
  this.appName = '',
  this.packageName = '',
  this.stateManagement = '',
  this.usingGitHubAction = true,
  this.usingFlavors = true,
  this.localizationModel,
});