RouteInfo constructor
RouteInfo({})
Implementation
RouteInfo({
required this.method,
required this.path,
required this.methodName,
required this.returnType,
required this.parameters,
});
RouteInfo({
required this.method,
required this.path,
required this.methodName,
required this.returnType,
required this.parameters,
});