targets property
Map<String, GlobalKey<State<StatefulWidget> > >
get
targets
Returns an unmodifiable map of registered targets and their keys.
Implementation
Map<String, GlobalKey> get targets => Map.unmodifiable(_targets);