ProjectConfig constructor
ProjectConfig({})
Implementation
ProjectConfig({
required this.projectName,
required this.appName,
required this.packageName,
required this.platforms,
required this.description,
required this.organization,
});