MoveConfig class
A list of services passed in setup(auth, config)
or updateConfig(config)
.
Constructors
-
MoveConfig(List<
MoveDetectionService> moveDetectionServices)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
moveDetectionServices
↔ List<
MoveDetectionService> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildConfigParameter(
) → Iterable< String> -
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 values) → MoveConfig