ServerRoute constructor
ServerRoute({
- required Iterable<
ServerParam> params, - required String handlerName,
- required ServerRouteAnnotations annotations,
Implementation
ServerRoute({
required this.params,
required this.handlerName,
required this.annotations,
});