currentRoute property

set currentRoute (T newRoute)

Implementation

set currentRoute(T newRoute) {
  _current = newRoute;
}