RouteInfo constructor
RouteInfo({
- required String fullRoute,
- required HttpMethodType httpMethod,
- required HttpMethodInfo httpMethodInfo,
Creates a RouteInfo for a specific path + method combination.
Implementation
RouteInfo({
required this.fullRoute,
required this.httpMethod,
required this.httpMethodInfo,
});