AssetLookupFolder constructor

AssetLookupFolder(
  1. String path,
  2. AssetLookupFolder? parent,
  3. bool fullyIndexed
)

Implementation

AssetLookupFolder(String path, this.parent, this.fullyIndexed)
  : children = [],
    super(Directory(path).path);