current property

  1. @override
RouteData current
override

Implementation

@override
RouteData get current {
  return currentChild ?? routeData;
}