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