DeploymentSummary constructor
DeploymentSummary({})
Implementation
DeploymentSummary({
this.completedAt,
this.configurationName,
this.configurationVersion,
this.deploymentDurationInMinutes,
this.deploymentNumber,
this.finalBakeTimeInMinutes,
this.growthFactor,
this.growthType,
this.percentageComplete,
this.startedAt,
this.state,
});