skipMultipleLocations property

bool skipMultipleLocations
final

Skip multiple locations of a file.

If a file is specified in files and the same file is found in multiple search directories, if skipMultipleLocations is true, it will be skipped. Otherwise, all files found in different locations for the same file will be loaded.

Implementation

final bool skipMultipleLocations;