PreparedPackageRef constructor
PreparedPackageRef({
- required PackageRef packageRef,
- String? tempDirectory,
- String? packageRelativePath,
Implementation
PreparedPackageRef({
required this.packageRef,
this.tempDirectory,
this.packageRelativePath,
});