stringCount property

int get stringCount

Implementation

int get stringCount {
  _checkNotDisposed();
  return predicateStrings.length;
}