core.Map<core.String, core.dynamic> toJson() { final id = this.id; final version = this.version; return {'id': ?id, 'version': ?version}; }