MoveServiceWarning class
Warnings returned by service warnings listener:
Stream<List<MoveServiceWarning>> setServiceWarningListener()
.
A warning indicates a MoveDetectionService
is missing permissions for complete data collection.
Constructors
-
MoveServiceWarning({required MoveDetectionService? service, required List<
MoveWarning> reasons}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
reasons
→ List<
MoveWarning> -
Reason indicates a missing permission.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → MoveDetectionService?
-
MoveDetectionService
.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
Static Methods
-
fromNative(
dynamic warnings) → List< MoveServiceWarning>