RouteInfo constructor
RouteInfo({
- ModalRoute? current,
- RouteInfo? parent,
Implementation
RouteInfo({this.current, this.parentNavigator, this.parent});
RouteInfo({this.current, this.parentNavigator, this.parent});