indexTreeSet property

SplayTreeSet<int> indexTreeSet
final

every VisibilityDetector's child which is visible will be kept with indexTreeSet

Implementation

final indexTreeSet = SplayTreeSet<int>((a, b) => a - b);