RouteInfo constructor
const
RouteInfo({})
Implementation
const RouteInfo({
required this.className,
required this.path,
this.name,
this.description,
required this.middleware,
required this.constructorParams,
this.importPath,
this.parent,
this.order,
required this.requiredParams,
required this.optionalParams,
});