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