MetaAppConfig class

Constructors

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})
const
MetaAppConfig.defaultConfig()
factory

Properties

annotationsFor AnnotationMapper
final
appAnnotation AppAnnotation
final
className String
final
constructor String
final
element → ClassElement?
final
hashCode int
The hash code for this object.
no setterinherited
importPath String
final
isSecure bool
final
params Iterable<MetaParam>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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