AssetLookupFolder constructor
AssetLookupFolder(
- String path,
- AssetLookupFolder? parent,
- bool fullyIndexed
Implementation
AssetLookupFolder(String path, this.parent, this.fullyIndexed)
: children = [],
super(Directory(path).path);