ImportedSymbolSyntheticElement constructor
ImportedSymbolSyntheticElement({
- required String name,
- required TypedElement syntheticElement,
Implementation
ImportedSymbolSyntheticElement({
required this.name,
required this.syntheticElement,
});