TrackingProfileRule class

Constructors

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

Properties

activity ActivityType?
final
cooldownSeconds int
final
geofenceAction GeofenceAction?
final
geofenceIdentifier String?
final
hashCode int
The hash code for this object.
no setterinherited
profile TrackingProfile
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speedKph double?
final
type TrackingProfileRuleType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited