GetCustomerIndexStatsResponse constructor
GetCustomerIndexStatsResponse({
- String? averageIndexedItemCount,
- List<
CustomerIndexStats> ? stats,
Implementation
GetCustomerIndexStatsResponse({
this.averageIndexedItemCount,
this.stats,
});