TriggerUpdate constructor

TriggerUpdate({
  1. List<Action>? actions,
  2. String? description,
  3. String? name,
  4. Predicate? predicate,
  5. String? schedule,
})

Implementation

TriggerUpdate({
  this.actions,
  this.description,
  this.name,
  this.predicate,
  this.schedule,
});