fileName method Null safety
- int index
The name of the file at the given index.
Implementation
String fileName(int index) {
return files[index].name;
}
The name of the file at the given index.
String fileName(int index) {
return files[index].name;
}