isPureRemove property

bool get isPureRemove

Implementation

bool get isPureRemove => lines.every((l) => l.type == DiffType.remove);