MetaAppConfig constructor
const
MetaAppConfig({
- required String className,
- required String importPath,
- required String constructor,
- required Iterable<
MetaParam> params, - required ClassElement? element,
- required AppAnnotation appAnnotation,
- required bool isSecure,
- required AnnotationMapper annotationsFor,
Implementation
const MetaAppConfig({
required this.className,
required this.importPath,
required this.constructor,
required this.params,
required this.element,
required this.appAnnotation,
required this.isSecure,
required this.annotationsFor,
});