PoolMeta constructor

PoolMeta({
  1. int maxSize = 5,
  2. int minSize = 1,
})

Implementation

PoolMeta({this.maxSize = 5, this.minSize = 1});