GGPackEntry constructor

GGPackEntry(
  1. String filename,
  2. int offset,
  3. int size
)

Implementation

GGPackEntry(this.filename, this.offset, this.size);