EventKeyLocationModel constructor

EventKeyLocationModel({
  1. String? key,
  2. AtKey? atKey,
  3. AtValue? atValue,
  4. EventNotificationModel? eventNotificationModel,
  5. bool haveResponded = false,
})

Implementation

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