EventKeyLocationModel constructor
EventKeyLocationModel({
- EventNotificationModel? eventNotificationModel,
- bool haveResponded = false,
Implementation
EventKeyLocationModel(
{this.eventNotificationModel, this.haveResponded = false});