InterceptDeploymentGroupDeployment constructor

InterceptDeploymentGroupDeployment({
  1. String? name,
  2. String? state,
})

Implementation

InterceptDeploymentGroupDeployment({this.name, this.state});