DartElementRef<T extends DartElement> constructor

DartElementRef<T extends DartElement>({
  1. required String name,
  2. required ElementLocation location,
})

Implementation

DartElementRef({
  required this.name,
  required this.location,
});