Shard constructor
Shard({
- String? estimatedShardDuration,
- int? numShards,
- int? shardIndex,
- TestTargetsForShard? testTargetsForShard,
Implementation
Shard({
this.estimatedShardDuration,
this.numShards,
this.shardIndex,
this.testTargetsForShard,
});