EventKeyLocationModel constructor
EventKeyLocationModel({
- String? key,
- AtKey? atKey,
- AtValue? atValue,
- EventNotificationModel? eventNotificationModel,
- bool haveResponded = false,
Implementation
EventKeyLocationModel(
{this.key,
this.atKey,
this.atValue,
this.eventNotificationModel,
this.haveResponded = false});