Standard constructor

Standard({
  1. Postdeploy? postdeploy,
  2. Predeploy? predeploy,
  3. bool? verify,
})

Implementation

Standard({
  this.postdeploy,
  this.predeploy,
  this.verify,
});