Shards constructor

const Shards({
  1. int? total,
  2. int? successful,
  3. int? skipped,
  4. int? failed,
})

Implementation

const factory Shards({
  int? total,
  int? successful,
  int? skipped,
  int? failed,
}) = _Shards;