Action constructor

Action(
  1. NotificationEvent? _evt, {
  2. String? title,
  3. int? id,
  4. List<ActionInput>? inputs,
  5. int? semantic,
})

Implementation

Action(
  this._evt, {
  this.title,
  this.id,
  this.inputs,
  this.semantic,
});