TrackingProfileRule constructor
- required TrackingProfile profile,
- required TrackingProfileRuleType type,
- ActivityType? activity,
- GeofenceAction? geofenceAction,
- String? geofenceIdentifier,
- double? speedKph,
- int cooldownSeconds = 30,
Implementation
const TrackingProfileRule({
required this.profile,
required this.type,
this.activity,
this.geofenceAction,
this.geofenceIdentifier,
this.speedKph,
this.cooldownSeconds = 30,
});