Action constructor

Action({
  1. String description = '',
  2. String actionId = '',
})

Implementation

Action({
    this.description = '',
    this.actionId = '',
});