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