current property

RouteInfo get current

Implementation

RouteInfo get current {
  return _stack.last.routeInfo;
}