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