diff property

DiffLogEntry? diff

Property getter and setter for diff:

Implementation

DiffLogEntry? get diff;
void diff=(DiffLogEntry? diff)

Implementation

set diff(DiffLogEntry? diff);