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