NormalizedComponentWithViewDirectives class
A processed @Component
-annotated class with relevant metadata.
Contains the component's metadata, as well as a link to the directives, directiveTypes, and pipes that the component was configured to create and use.
Constructors
-
NormalizedComponentWithViewDirectives({required CompileDirectiveMetadata component, required List<
CompileDirectiveMetadata> directives, required List<CompileTypedMetadata> directiveTypes, required List<CompilePipeMetadata> pipes}) -
const
Properties
- component → CompileDirectiveMetadata
-
final
-
directives
→ List<
CompileDirectiveMetadata> -
final
-
directiveTypes
→ List<
CompileTypedMetadata> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pipes
→ List<
CompilePipeMetadata> -
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