ListEntityTotals constructor

const ListEntityTotals({
  1. int removed = 0,
  2. int stored = 0,
  3. int unstored = 0,
})

Implementation

const ListEntityTotals({
  this.removed = 0,
  this.stored = 0,
  this.unstored = 0,
});