ItemCountByStatus constructor

ItemCountByStatus({
  1. String? count,
  2. String? indexedItemsCount,
  3. String? statusCode,
})

Implementation

ItemCountByStatus({
  this.count,
  this.indexedItemsCount,
  this.statusCode,
});