conflicts property

Iterable<InternalDoc> conflicts

Implementation

Iterable<InternalDoc> get conflicts {
  return allConflicts.where((element) => !element.deleted);
}