EventRole constructor

EventRole(
  1. int id,
  2. String title,
  3. String code,
  4. String color,
)

Implementation

EventRole(this.id, this.title, this.code, this.color);