ServerRouteAnnotations.fromParent constructor

ServerRouteAnnotations.fromParent(
  1. MetaRoute parent
)

Implementation

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