MetaMethod constructor
const
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,
Implementation
const MetaMethod({
required this.name,
required this.method,
required this.path,
required this.params,
required this.returnType,
required this.annotationsMapper,
required this.webSocketMethod,
required this.isSse,
});