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