KeyPool constructor

KeyPool({
  1. int size = 1000,
})

Implementation

KeyPool({this.size = 1000}) {
  _fill();
}