RouteInfo constructor

RouteInfo({
  1. required String path,
})

Creates a RouteInfo.

Implementation

RouteInfo({required this.path});