ServerParamAnnotations constructor
ServerParamAnnotations({
- required ServerBodyAnnotation? body,
- required ServerQueryAnnotation? query,
- required ServerParamAnnotation? param,
- required bool dep,
- required bool data,
- required ServerHeaderAnnotation? header,
- required ServerCookieAnnotation? cookie,
- required ServerBindsAnnotation? binds,
- required ServerMimic? bind,
Implementation
ServerParamAnnotations({
required this.body,
required this.query,
required this.param,
required this.dep,
required this.data,
required this.header,
required this.cookie,
required this.binds,
required this.bind,
});