isGeneratedFileChecker property

bool Function(String filePath)? isGeneratedFileChecker
getter/setter pair

Callback to check if a file is a generated file (lock files, etc.).

Implementation

bool Function(String filePath)? isGeneratedFileChecker;