isDirectory property
Whether the file is a directory
Implementation
late final bool isDirectory = (isCollection ?? false) || path.isDirectory;
Whether the file is a directory
late final bool isDirectory = (isCollection ?? false) || path.isDirectory;