ReadParticipantDate constructor

const ReadParticipantDate({
  1. required int userId,
  2. required DateTime date,
})

Read Participant Date constructor.

Implementation

const ReadParticipantDate({
  required this.userId,
  required this.date,
}) : super._();