CustomerIndexStats constructor

CustomerIndexStats({
  1. Date? date,
  2. List<ItemCountByStatus>? itemCountByStatus,
})

Implementation

CustomerIndexStats({
  this.date,
  this.itemCountByStatus,
});