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