SearchKeywordCount constructor

SearchKeywordCount({
  1. InsightsValue? insightsValue,
  2. String? searchKeyword,
})

Implementation

SearchKeywordCount({
  this.insightsValue,
  this.searchKeyword,
});