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 ServerBindsAnnotation? binds, required ServerMimic? bind})
ServerParamAnnotations.fromElement(ParameterElement element)
factory
ServerParamAnnotations.fromMeta(MetaParam metaParam)
factory
ServerParamAnnotations.none()

Properties

bind ServerMimic?
final
binds ServerBindsAnnotation?
final
body ServerBodyAnnotation?
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
param ServerParamAnnotation?
final
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