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