ConcurrentEventRequest constructor

const ConcurrentEventRequest({
  1. String? reqEvent,
  2. String? reqInvitedPeopleCount,
  3. String? reqTimeAndDate,
  4. String? currentEvent,
  5. String? currentEventTimeAndDate,
  6. required EventNotificationModel? concurrentEvent,
})

Implementation

const ConcurrentEventRequest(
    {this.reqEvent,
    this.reqInvitedPeopleCount,
    this.reqTimeAndDate,
    this.currentEvent,
    this.currentEventTimeAndDate,
    required this.concurrentEvent});