Property getter and setter for changed:
bool? get changed => _changed;
set changed(bool? changed) { this._changed = changed; wrapped['changed'] = jsonLiteral(changed); }