PoolStateResponse constructor

const PoolStateResponse(
  1. int requestId, {
  2. int? size,
  3. int? idle,
  4. String? error,
})

Implementation

const PoolStateResponse(super.requestId, {this.size, this.idle, this.error});