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