OperationResult class

Returns the final archive data or conflicting data in the case of archive reading or conflict resolution.

Constructors

OperationResult.fromMap(Map map)
factory

Properties

archive Archive?
Archive data.
final
difference Difference?
A Difference object that contains detailed conflicting data. The object needs to be obtained only when isDifference returns true.
final
hashCode int
The hash code for this object.
no setterinherited
isDifference bool?
Indicates whether there is a data conflict.
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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