ChildShard constructor
ChildShard({
- required HashKeyRange hashKeyRange,
- required List<
String> parentShards, - required String shardId,
Implementation
ChildShard({
required this.hashKeyRange,
required this.parentShards,
required this.shardId,
});