DryRunResults constructor

DryRunResults({
  1. String? deploymentType,
  2. String? message,
})

Implementation

DryRunResults({
  this.deploymentType,
  this.message,
});