EventId constructor

const EventId(
  1. int id,
  2. String? name
)

Initializes an instance of the EventId.

Implementation

const EventId(
  this.id,
  this.name,
);