ProjectSummary constructor
ProjectSummary({})
Implementation
ProjectSummary({
required this.creationTime,
required this.projectArn,
required this.projectId,
required this.projectName,
required this.projectStatus,
this.projectDescription,
});