routes property

Implementation

@override
List<RouteMatch> get routes =>
    _controller!.stackData.map((e) => e.route).toList();