diff property

DiffLogEntry? diff
override

Property getter and setter for diff:

Implementation

DiffLogEntry? get diff => _diff;
void diff=(DiffLogEntry? diff)
override

Implementation

set diff(DiffLogEntry? diff) {
  this._diff = diff;
  wrapped['diff'] = jsonLiteral(diff);
}