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