isConflict property
bool
get
isConflict
Whether the sync ended in a conflict.
Implementation
bool get isConflict => conflict != null;
Whether the sync ended in a conflict.
bool get isConflict => conflict != null;