PqPackEntry constructor

const PqPackEntry({
  1. required String relativePath,
  2. required String sourcePath,
})

Implementation

const PqPackEntry({required this.relativePath, required this.sourcePath});