MetaRoute constructor
const
MetaRoute({
- required String className,
- required String filePath,
- required String path,
- required Iterable<
MetaMethod> methods, - required Iterable<
MetaParam> params, - required String constructorName,
- required AnnotationMapper annotationsFor,
- required ClassElement element,
Implementation
const MetaRoute({
required this.className,
required this.filePath,
required this.path,
required this.methods,
required this.params,
required this.constructorName,
required this.annotationsFor,
required this.element,
});