Predeploy constructor

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

Implementation

Predeploy({
  this.actions,
});