ServerChildRoute constructor
ServerChildRoute({
- required ServerReturnType returnType,
- required ServerStatusCode? httpCode,
- required ServerMimic? redirect,
- required String method,
- required String path,
- required ServerRouteAnnotations annotations,
- required String handlerName,
- required Iterable<
ServerParam> params, - required MetaWebSocketMethod? webSocket,
- required bool isSse,
Implementation
ServerChildRoute({
required this.returnType,
required this.httpCode,
required this.redirect,
required this.method,
required this.path,
required this.annotations,
required this.handlerName,
required this.params,
required this.webSocket,
required this.isSse,
});