ImportedSymbolSyntheticElement constructor

ImportedSymbolSyntheticElement({
  1. required String name,
  2. required TypedElement syntheticElement,
})

Implementation

ImportedSymbolSyntheticElement({
  required this.name,
  required this.syntheticElement,
});