hasSection method

bool hasSection(
  1. K sectionKey
)

Implementation

bool hasSection(K sectionKey) {
  _checkNotDisposed();
  return _tree.getNodeData(SectionKey<K>(sectionKey)) != null;
}