TrackivaState class

Constructors

TrackivaState({required bool enabled, required bool isMoving, required bool locationServicesEnabled, required AuthorizationStatus authorization, required ActivityType activity, required ProviderChangeEvent provider})

Properties

activity ActivityType
getter/setter pair
authorization AuthorizationStatus
getter/setter pair
enabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isMoving bool
getter/setter pair
locationServicesEnabled bool
getter/setter pair
provider ProviderChangeEvent
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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