ChildShard constructor

ChildShard({
  1. required HashKeyRange hashKeyRange,
  2. required List<String> parentShards,
  3. required String shardId,
})

Implementation

ChildShard({
  required this.hashKeyRange,
  required this.parentShards,
  required this.shardId,
});