CreateTriggerResponse constructor

CreateTriggerResponse({
  1. String? name,
})

Implementation

CreateTriggerResponse({
  this.name,
});