TriggerActionResponse constructor

TriggerActionResponse({
  1. bool? disabled,
  2. String? text,
})

Implementation

TriggerActionResponse({this.disabled, this.text});