currentPath property
String
get
currentPath
Gets the current path.
Implementation
String get currentPath => _pageStack.last.path;
Gets the current path.
String get currentPath => _pageStack.last.path;