SyncResult class

The resulted class for synchronization process invoked by the NetCoreSyncClient.netCoreSyncSynchronize() method call.

The class have errors information in the errorMessages and error properties (if any) and a detailed log data list in the logs property. Please read the Synchronization Result Explanation in the netcoresync_moor documentation for more details.

Constructors

SyncResult()

Properties

error Object?
getter/setter pair
errorMessage String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logs List<Map<String, dynamic>>
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited