url property

  1. @override
String? url
inherited

Url currently synced with the state This url can differ from the once of the browser if the state has been yet been updated

Implementation

@override
String? get url => vRouterDelegate.url;