current property

RouterState? current

Current state of the router.

Note this isn't updated until after all onActivate implementations are invoked, and onRouteActivated fires.

Implementation

RouterState? get current;