ServerLifecycleComponent constructor
ServerLifecycleComponent({
- required String name,
- required List<
ServerLifecycleComponentMethod> guards, - required List<
ServerLifecycleComponentMethod> middlewares, - required ({List<
ServerLifecycleComponentMethod> post, List<ServerLifecycleComponentMethod> pre}) interceptors, - required List<
ServerLifecycleComponentMethod> exceptionCatchers, - required List<
ServerParam> params, - required ServerImports import,
- required AnnotationArguments arguments,
- required List<
ServerGenericType> genericTypes,
Implementation
ServerLifecycleComponent({
required this.name,
required this.guards,
required this.middlewares,
required this.interceptors,
required this.exceptionCatchers,
required this.params,
required this.import,
required this.arguments,
required this.genericTypes,
});