names property

  1. @override
List<String> names
inherited

A list of every names corresponding to the VRouteElements in the current stack

Implementation

@override
List<String> get names => vRouterDelegate.names;