isCapturingBlock method

bool isCapturingBlock()

Implementation

bool isCapturingBlock() {
  return _blockBuffers.isNotEmpty;
}