ApplicationSummary constructor
ApplicationSummary({})
Implementation
ApplicationSummary({
required this.applicationId,
required this.author,
required this.description,
required this.name,
this.creationTime,
this.homePageUrl,
this.labels,
this.spdxLicenseId,
});