fileData method Null safety
- int index
The decompressed data of the file at the given index
.
Implementation
List<int> fileData(int index) {
return files[index].content as List<int>;
}
The decompressed data of the file at the given index
.
List<int> fileData(int index) {
return files[index].content as List<int>;
}