CompileIdentifierMetadata class
- Implemented types
- Implementers
Constructors
-
CompileIdentifierMetadata({required String name, String? moduleUrl, String? prefix, bool emitPrefix = false, List<
OutputType> typeArguments = const [], Object? value, AnalyzedClass? analyzedClass})
Properties
- analyzedClass → AnalyzedClass?
-
If this identifier refers to a class declaration, this is non-null.
final
- emitPrefix → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → CompileIdentifierMetadata
-
no setteroverride
- moduleUrl → String?
-
final
- name → String
-
final
- prefix → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
typeArguments
→ List<
OutputType> -
final
- value → Object?
-
final
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