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