CompileIdentifierMetadata constructor
CompileIdentifierMetadata({
- required String name,
- String? moduleUrl,
- String? prefix,
- bool emitPrefix = false,
- List<
OutputType> typeArguments = const [], - Object? value,
- AnalyzedClass? analyzedClass,
Implementation
CompileIdentifierMetadata({
required this.name,
this.moduleUrl,
this.prefix,
this.emitPrefix = false,
this.typeArguments = const [],
this.value,
this.analyzedClass,
});