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