Postdeploy constructor

Postdeploy({
  1. List<String>? actions,
})

Implementation

Postdeploy({
  this.actions,
});