AssetLookupFile constructor
AssetLookupFile(
- String path,
- AssetLookupFolder? parent
Implementation
AssetLookupFile(String path, this.parent) : super(File(path).path);
AssetLookupFile(String path, this.parent) : super(File(path).path);