diff property

DiffLogEntry? get diff
override

Property getter and setter for diff:

Implementation

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

Implementation

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