isNotHiddenFile function

bool isNotHiddenFile(
  1. File file
)

Implementation

bool isNotHiddenFile(File file) => !isHiddenFile(file);