KeyLocationModel constructor
KeyLocationModel({
- String? key,
- AtKey? atKey,
- AtValue? atValue,
- LocationNotificationModel? locationNotificationModel,
- bool? haveResponded = false,
Implementation
KeyLocationModel(
{this.key,
this.atKey,
this.atValue,
this.locationNotificationModel,
this.haveResponded = false});