UniformSharding constructor

UniformSharding({
  1. int? numShards,
})

Implementation

UniformSharding({
  this.numShards,
});