ConnectionPoolConfig constructor

ConnectionPoolConfig({
  1. bool? enabled,
  2. Map<String, String>? flags,
  3. int? poolerCount,
})

Implementation

ConnectionPoolConfig({this.enabled, this.flags, this.poolerCount});