ServerParamAnnotations class

Mixed-in types

Constructors

ServerParamAnnotations({required ServerBodyAnnotation? body, required ServerQueryAnnotation? query, required ServerParamAnnotation? param, required bool dep, required bool data, required ServerHeaderAnnotation? header, required ServerCookieAnnotation? cookie, required ServerIpAnnotation? ip, required ServerBindsAnnotation? binds, required ServerMimic? bind})
ServerParamAnnotations.fromElement(FormalParameterElement element)
factory
ServerParamAnnotations.fromMeta(MetaParam metaParam)
factory
ServerParamAnnotations.none()

Properties

baseAnnotation → BaseParameterAnnotation?
no setter
bind → ServerMimic?
final
binds → ServerBindsAnnotation?
final
body → ServerBodyAnnotation?
final
final
data → bool
final
dep → bool
final
extractors → List<ExtractImport?>
no setteroverride
hasAnnotation → bool
no setter
hashCode → int
The hash code for this object.
no setterinherited
final
imports → List<ServerImports?>
no setteroverride
ip → ServerIpAnnotation?
final
param → ServerParamAnnotation?
final
pipes → List<ServerPipe>
no setter
query → ServerQueryAnnotation?
final
reflects → Iterable<ServerReflect>
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
packageImports() → Iterable<String>
inherited
pathImports() → Iterable<String>
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited