ServerParamAnnotations.fromMeta constructor

ServerParamAnnotations.fromMeta(
  1. MetaParam metaParam
)

Implementation

factory ServerParamAnnotations.fromMeta(MetaParam metaParam) {
  return ServerParamAnnotations._getter(metaParam.annotationsFor);
}