PathDiff constructor

const PathDiff(
  1. List<String> added,
  2. List<String> removed,
  3. bool changed
)

Implementation

const PathDiff(this.added, this.removed, this.changed);