ProjectSummary constructor
ProjectSummary({})
Implementation
ProjectSummary({
required this.createdDate,
required this.projectName,
required this.updatedDate,
this.arn,
this.tags,
});
ProjectSummary({
required this.createdDate,
required this.projectName,
required this.updatedDate,
this.arn,
this.tags,
});