ServerServer constructor
ServerServer({
- required List<
ServerParentRoute> routes, - required List<
ServerApp> apps, - required List<
ServerPublic> public, - required RevaliContext context,
Implementation
ServerServer({
required this.routes,
required this.apps,
required this.public,
required this.context,
});