Standard constructor
Standard({
- Postdeploy? postdeploy,
- Predeploy? predeploy,
- bool? verify,
Implementation
Standard({
this.postdeploy,
this.predeploy,
this.verify,
});