ClientLifecycleComponentMethod class

Mixed-in types

Constructors

ClientLifecycleComponentMethod({required List<ClientParam> parameters, required String returnType})

Properties

extractors List<ExtractImport?>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
imports List<ClientImports?>
no setteroverride
isGuard bool
no setter
isInterceptorPost bool
no setter
isInterceptorPre bool
no setter
isMiddleware bool
no setter
parameters List<ClientParam>
final
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

Static Properties

aliasReturnTypes Set<String>
final
coreReturnTypes Set<String>
final
returnTypes Set<String>
final

Static Methods

fromElement(MethodElement object) ClientLifecycleComponentMethod?

Constants

interceptorPost → const String
interceptorPre → const String