IndexedFile constructor
IndexedFile(})
The IndexedFile behaves similar to File. Additionally it makes sure that each File, created with IndexedFile, is unique and does not get overwritten. In order to do that IndexedFile saves for each inputted name an id, which gets incremented after each use.
Implementation
IndexedFile(
this.name, {
this.child,
this.custom,
this.path,
this.execute = false,
this.pack,
this.inheritFolder = false,
});