DeleteTriggerResponse constructor

DeleteTriggerResponse({
  1. String? name,
})

Implementation

DeleteTriggerResponse({
  this.name,
});