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