contains method

bool contains(
  1. String path
)

Implementation

bool contains(String path) {
  return subdir(path).existsSync();
}