KeyLocationModel constructor
KeyLocationModel({
- LocationNotificationModel? locationNotificationModel,
- bool? haveResponded = false,
Implementation
KeyLocationModel(
{this.locationNotificationModel, this.haveResponded = false});