DeleteProjectResult constructor

DeleteProjectResult({
  1. String? projectArn,
  2. String? stackId,
})

Implementation

DeleteProjectResult({
  this.projectArn,
  this.stackId,
});