EventKeyLocationModel constructor

EventKeyLocationModel({
  1. EventNotificationModel? eventNotificationModel,
  2. bool haveResponded = false,
})

Implementation

EventKeyLocationModel(
    {this.eventNotificationModel, this.haveResponded = false});