Action constructor

Action(
  1. String actionName,
  2. String fieldName,
  3. String type
)

Implementation

Action(this.actionName, this.fieldName, this.type);