PredeployJob constructor

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

Implementation

PredeployJob({
  this.actions,
});