globalKeyCount property

int globalKeyCount

The number of GlobalKey instances that are currently associated with Elements that have been built by this build owner.

Implementation

int get globalKeyCount => _globalKeyRegistry.length;