MetaMethod class

Constructors

MetaMethod.new({required String name, required String method, required String? path, required List<MetaParam> params, required MetaType returnType, required AnnotationMapper annotationsFor, required MetaWebSocketMethod? webSocketMethod, required bool isSse})
const

Properties

annotationsFor 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 List<MetaParam>
final
path String?
final
returnType MetaType
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