isPureAdd property

bool get isPureAdd

Implementation

bool get isPureAdd => lines.every((l) => l.type == DiffType.add);