ServerApp constructor
ServerApp({
- required String className,
- required ServerImports importPath,
- required String constructor,
- required List<
ServerParam> params, - required ServerAppAnnotation appAnnotation,
- required ServerRouteAnnotations globalRouteAnnotations,
- required bool isSecure,
- required ServerAppObservers observers,
Implementation
ServerApp({
required this.className,
required this.importPath,
required this.constructor,
required this.params,
required this.appAnnotation,
required this.globalRouteAnnotations,
required this.isSecure,
required this.observers,
});