MetaMethod class
Constructors
-
MetaMethod({required String name, required String method, required String? path, required Iterable<
MetaParam> params, required MetaReturnType returnType, required AnnotationMapper annotationsMapper, required MetaWebSocketMethod? webSocketMethod, required bool isSse}) -
const
Properties
- annotationsMapper → AnnotationMapper
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSse → bool
-
final
- isWebSocket → bool
-
no setter
- method → String
-
final
- name → String
-
final
-
params
→ Iterable<
MetaParam> -
final
- path → String?
-
final
- returnType → MetaReturnType
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webSocketMethod → MetaWebSocketMethod?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited