Stage constructor

Stage({
  1. List<DeployParameters>? deployParameters,
  2. List<String>? profiles,
  3. Strategy? strategy,
  4. String? targetId,
})

Implementation

Stage({
  this.deployParameters,
  this.profiles,
  this.strategy,
  this.targetId,
});