SBGLState class
Constructors
-
SBGLState({required bool isTracking, RequestSettings? requestSettings, List<
Position> ? positions}) -
const
-
SBGLState.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isTracking → bool
-
Whether the plugin is current stopped or started position update
final
-
positions
→ List<
Position> ? -
All positions of this tracking.
final
- requestSettings → RequestSettings?
-
The requestSettings of this tracking.
nullif isTracking is false.final - 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited