BarrelImportCache constructor

  1. @visibleForTesting
const BarrelImportCache({
  1. Map<(String, String), String>? lookup,
})

Implementation

@visibleForTesting
const BarrelImportCache({Map<(String packageUri, String elementName), String>? lookup})
  : _lookup = lookup ?? const {};