catchFromPopulatedPool method

FutureOr<C?> catchFromPopulatedPool()
inherited

Implementation

FutureOr<O?> catchFromPopulatedPool() {
  if (_pool.isEmpty) return null;
  return _catchFromPopulatedPool();
}