ZoneEvent constructor

ZoneEvent(
  1. ZoneEventType type,
  2. int locationId,
  3. int sublocationId,
  4. int id,
  5. String name,
  6. String alias,
)

@brief Default constructor

Implementation

ZoneEvent(this.type, this.locationId, this.sublocationId, this.id, this.name, this.alias);