CompileTypeMetadata class

Metadata regarding compilation of a type.

Implemented types

Constructors

CompileTypeMetadata({required String name, String? moduleUrl, String? prefix, bool isHost = false, Type? value, List<OutputType> typeArguments = const [], List<TypeParameter> typeParameters = const [], List<CompileDiDependencyMetadata> diDeps = const []})

Properties

analyzedClass AnalyzedClass?
If this identifier refers to a class declaration, this is non-null.
no setteroverride
diDeps List<CompileDiDependencyMetadata>
getter/setter pair
emitPrefix bool
final
hashCode int
The hash code for this object.
no setterinherited
identifier CompileIdentifierMetadata
no setteroverride
isHost bool
getter/setter pair
moduleUrl String?
getter/setter pairoverride-getter
name String
getter/setter pairoverride-getter
prefix String?
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CompileTypeMetadata
no setteroverride
typeArguments List<OutputType>
final
typeParameters List<TypeParameter>
The type parameters on this type's definition.
final
value Type?
getter/setter pairoverride-getter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override