Access constructor

Access(
  1. int id,
  2. int eventId,
  3. int userId,
  4. DateTime createdAt,
)

Implementation

Access(this.id, this.eventId, this.userId, this.createdAt);