isExpanded method
Implementation
bool isExpanded(K sectionKey) {
_checkNotDisposed();
return _tree.isExpanded(SectionKey<K>(sectionKey));
}
bool isExpanded(K sectionKey) {
_checkNotDisposed();
return _tree.isExpanded(SectionKey<K>(sectionKey));
}