ByteEntry constructor

ByteEntry(
  1. String path,
  2. ByteData data
)

Implementation

ByteEntry(this.path, this.data);