diff property
Property getter and setter for diff:
Implementation
DiffLogEntry? get diff => _diff;
Implementation
set diff(DiffLogEntry? diff) {
this._diff = diff;
wrapped['diff'] = jsonLiteral(diff);
}
Property getter and setter for diff:
DiffLogEntry? get diff => _diff;
set diff(DiffLogEntry? diff) {
this._diff = diff;
wrapped['diff'] = jsonLiteral(diff);
}