ActionModel constructor

ActionModel(
  1. String id,
  2. String title,
  3. String type
)

Implementation

ActionModel(this.id, this.title, this.type);