fileSize method Null safety
- int index
The decompressed size of the file at the given index.
Implementation
int fileSize(int index) {
return files[index].size;
}
The decompressed size of the file at the given index.
int fileSize(int index) {
return files[index].size;
}