ServerRouteAnnotations.fromParent constructor
ServerRouteAnnotations.fromParent(
- MetaRoute parent
Implementation
factory ServerRouteAnnotations.fromParent(MetaRoute parent) {
return ServerRouteAnnotations._fromGetter(parent.annotationsFor);
}