OfflineMapSyncLayerResult class final

The result of an OfflineMapSyncJob for a single layer or table.

Implemented types

Properties

editErrors List<FeatureEditResult>
The edit errors for a layer or table.
no setter
error ArcGISException?
An error if the layer or table could not be synchronized, otherwise returns null.
no setter
hasErrors bool
Indicates if an error has been encountered synchronizing this layer or table.
no setter
hashCode int
The hash code for this object.
no setterinherited
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