editResults property
An array of any errors from sync feature edit results representing the result of a sync.
If the server has an error applying an edit, this is returned as
FeatureEditResult
error. Only errors are reported, the feature edit
results of a sync operation do not contain information about successful
adds, deletes or updates.
Implementation
List<FeatureEditResult> get editResults => _editResults.value;