GetSearchApplicationQueryStatsResponse constructor

GetSearchApplicationQueryStatsResponse({
  1. List<SearchApplicationQueryStats>? stats,
  2. String? totalQueryCount,
})

Implementation

GetSearchApplicationQueryStatsResponse({
  this.stats,
  this.totalQueryCount,
});