GradleProjectInfo constructor
const
GradleProjectInfo({})
Implementation
const GradleProjectInfo({
required this.projectName,
required this.versionName,
required this.versionCode,
required this.gradleFileLabel,
});