ReadPoolConfig.fromJson constructor

ReadPoolConfig.fromJson(
  1. Map json_
)

Implementation

ReadPoolConfig.fromJson(core.Map json_)
  : this(nodeCount: json_['nodeCount'] as core.int?);