ProjectDetails constructor
ProjectDetails({})
Implementation
ProjectDetails({
this.consoleUrl,
this.createdDate,
this.lastUpdatedDate,
this.name,
this.projectId,
this.region,
this.resources,
this.state,
});