DiffEntry<T>.oldEntry constructor

DiffEntry<T>.oldEntry(
  1. T entity,
  2. int prevIndex
)

Implementation

DiffEntry.oldEntry(this.entity, this.prevIndex) {
  assert(prevIndex >= 0);
}