LocationTrackerSingleton class

Constructors

LocationTrackerSingleton()
factory

Properties

boundaryName → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
loggedInUserUuid → dynamic
no setter
projectId → dynamic
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId → dynamic
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBoundaryName({required String boundaryName}) → void
setInitialData({String? loggedInUserUuid, required String projectId}) → void
setTenantId({required String tenantId}) → void
toString() String
A string representation of this object.
inherited

Operators

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