captureCount property

int get captureCount

Implementation

int get captureCount {
  _checkNotDisposed();
  return _nativeCaptureNames.length;
}