Difference class

Details about a conflict if it is present on the difference field of an OperationResult object.

Constructors

Difference.fromMap(Map map)
factory

Properties

emptyArchiveDetails ArchiveDetails?
The ArchiveDetails object for an archive file to be modified when a conflict has occurred.
final
hashCode int
The hash code for this object.
no setterinherited
recentArchive Archive?
The Archive object to be modified when a conflict has occurred.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverArchive Archive?
The archive data on Huawei game server.
final

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