FileContents constructor

FileContents(
  1. String path,
  2. List<int> content
)

Implementation

FileContents(this.path, this.content);