Shard constructor

Shard({
  1. String? estimatedShardDuration,
  2. int? numShards,
  3. int? shardIndex,
  4. TestTargetsForShard? testTargetsForShard,
})

Implementation

Shard({
  this.estimatedShardDuration,
  this.numShards,
  this.shardIndex,
  this.testTargetsForShard,
});