currentPaneKey property

String? get currentPaneKey

Implementation

String? get currentPaneKey => history.isEmpty ? null : history.last;