ServerParentRoute constructor
ServerParentRoute({
- required String className,
- required ServerImports importPath,
- required String routePath,
- required List<
ServerChildRoute> routes, - required List<
ServerParam> params, - required ServerRouteAnnotations annotations,
- required int index,
- required InstanceType type,
Implementation
ServerParentRoute({
required this.className,
required this.importPath,
required this.routePath,
required this.routes,
required this.params,
required this.annotations,
required this.index,
required this.type,
});