KeyLocationModel constructor

KeyLocationModel({
  1. LocationNotificationModel? locationNotificationModel,
  2. bool? haveResponded = false,
})

Implementation

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