GetCustomerIndexStatsResponse constructor

GetCustomerIndexStatsResponse({
  1. String? averageIndexedItemCount,
  2. List<CustomerIndexStats>? stats,
})

Implementation

GetCustomerIndexStatsResponse({
  this.averageIndexedItemCount,
  this.stats,
});