debugOutstandingSemanticsHandles property

int get debugOutstandingSemanticsHandles
inherited

The number of clients registered to listen for semantics.

The number is increased whenever ensureSemantics is called and decreased when SemanticsHandle.dispose is called.

Implementation

int get debugOutstandingSemanticsHandles => _outstandingHandles;