DiffEntry<T>.oldEntry constructor
DiffEntry<T>.oldEntry (
- T entity,
- int prevIndex
Implementation
DiffEntry.oldEntry(this.entity, this.prevIndex) {
assert(prevIndex >= 0);
}