buildFileDataContainerWithDependences function
Implementation
FileDataContainer buildFileDataContainerWithDependences(
String path, File Function(String) makeFile) {
return FileDataContainer._withDependencies(path, makeFile);
}
FileDataContainer buildFileDataContainerWithDependences(
String path, File Function(String) makeFile) {
return FileDataContainer._withDependencies(path, makeFile);
}