allConflicts property

Iterable<InternalDoc> allConflicts

Implementation

Iterable<InternalDoc> get allConflicts {
  return leafDocs.where((element) => element.rev != winner?.rev);
}