debugGhostEntryCount property

  1. @visibleForTesting
int get debugGhostEntryCount

Number of live ghost entries. Forwards to the registry's debug accessor for symmetry with the render object's count exposures.

Implementation

@visibleForTesting
int get debugGhostEntryCount =>
    // ignore: invalid_use_of_visible_for_testing_member
    ghosts.debugEntryCount;