currentPath property

  1. @Deprecated('Use currentDestination.path instead')
String? currentPath

Implementation

@Deprecated('Use currentDestination.path instead')
String? get currentPath => currentDestination?.path;