globalKeyCount property

int get 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;