AssetLookupFile constructor

AssetLookupFile(
  1. String path,
  2. AssetLookupFolder? parent
)

Implementation

AssetLookupFile(String path, this.parent) : super(File(path).path);