PreparedPackageRef constructor

PreparedPackageRef({
  1. required PackageRef packageRef,
  2. String? tempDirectory,
  3. String? packageRelativePath,
})

Implementation

PreparedPackageRef({
  required this.packageRef,
  this.tempDirectory,
  this.packageRelativePath,
});