CustomerIndexStats constructor
CustomerIndexStats({
- Date? date,
- List<
ItemCountByStatus> ? itemCountByStatus,
Implementation
CustomerIndexStats({
this.date,
this.itemCountByStatus,
});