index property
Get the index of the file or directory in the parent directory
Implementation
int get index => parent.listFilesSync.map((x) => x.id).toList().indexOf(id);
Get the index of the file or directory in the parent directory
int get index => parent.listFilesSync.map((x) => x.id).toList().indexOf(id);