SyncConfig class
Describes a Sync configuration for a resolver.
Contains information on which Conflict Detection as well as Resolution strategy should be performed when the resolver is invoked.
Constructors
- SyncConfig({ConflictDetectionType? conflictDetection, ConflictHandlerType? conflictHandler, LambdaConflictHandlerConfig? lambdaConflictHandlerConfig})
-
SyncConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- conflictDetection → ConflictDetectionType?
-
The Conflict Detection strategy to use.
final
- conflictHandler → ConflictHandlerType?
-
The Conflict Resolution strategy to perform in the event of a conflict.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lambdaConflictHandlerConfig → LambdaConflictHandlerConfig?
-
The
LambdaConflictHandlerConfig
when configuring LAMBDA as the Conflict Handler.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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited