SearchKeywordCount constructor
SearchKeywordCount({
- InsightsValue? insightsValue,
- String? searchKeyword,
Implementation
SearchKeywordCount({
this.insightsValue,
this.searchKeyword,
});