GetCustomerQueryStatsResponse constructor

GetCustomerQueryStatsResponse({
  1. List<CustomerQueryStats>? stats,
  2. String? totalQueryCount,
})

Implementation

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