ReadPoolConfig constructor

ReadPoolConfig({
  1. int? nodeCount,
})

Implementation

ReadPoolConfig({
  this.nodeCount,
});