Trigger constructor

Trigger({
  1. String? name,
})

Implementation

Trigger({
  this.name,
});