directoryExists method

bool directoryExists(
  1. String path
)

Implementation

bool directoryExists(String path) => Directory(path).existsSync();