GetSearchApplicationQueryStatsResponse constructor
GetSearchApplicationQueryStatsResponse({
- List<
SearchApplicationQueryStats> ? stats, - String? totalQueryCount,
Implementation
GetSearchApplicationQueryStatsResponse({
this.stats,
this.totalQueryCount,
});