FileEntryInfo constructor

FileEntryInfo(
  1. String name,
  2. int offset,
  3. int length
)

Implementation

FileEntryInfo(this.name, this.offset, this.length);