MoveServiceError class

Warnings returned by service warnings listener: Stream<List<MoveServiceError>> setServiceErrorListener(). A warning indicates a MoveDetectionService is missing permissions to work, or is not available for this product.

Constructors

MoveServiceError({required MoveDetectionService service, required List<MoveError> reasons})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
reasons List<MoveError>
Reason indicates a missing permission or unauthorized.
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 errors) List<MoveServiceError>