FileByte constructor

FileByte(
  1. List<int> bytes,
  2. String name
)

Implementation

FileByte(this.bytes, this.name);