ServerRouteAnnotations.fromRoute constructor

ServerRouteAnnotations.fromRoute(
  1. MetaMethod method
)

Implementation

factory ServerRouteAnnotations.fromRoute(MetaMethod method) {
  return ServerRouteAnnotations._fromGetter(method.annotationsMapper);
}