MoveOptions class
A move options struct passed in setup
.
Constructors
- MoveOptions({bool? motionPermissionMandatory, bool? backgroundLocationPermissionMandatory, DeviceDiscoveryOptions? deviceDiscovery, bool? useBackendConfig})
Properties
- backgroundLocationPermissionMandatory ↔ bool?
-
Allows to set background location permission as mandatory
getter/setter pair
- deviceDiscovery ↔ DeviceDiscoveryOptions?
-
Configuration of the Device Discovery service
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- motionPermissionMandatory ↔ bool?
-
Allows to set motion permission as mandatory
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useBackendConfig ↔ bool?
-
Use all services from backend config.
getter/setter pair
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