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