KeyLocationModel constructor

KeyLocationModel({
  1. String? key,
  2. AtKey? atKey,
  3. AtValue? atValue,
  4. LocationNotificationModel? locationNotificationModel,
  5. bool? haveResponded = false,
})

Implementation

KeyLocationModel(
    {this.key,
    this.atKey,
    this.atValue,
    this.locationNotificationModel,
    this.haveResponded = false});