Diff constructor

Diff(
  1. int start,
  2. String deleted,
  3. String inserted
)

Implementation

Diff(this.start, this.deleted, this.inserted);