DirectoryExists method

String DirectoryExists(
  1. String dirPath
)

Implementation

String DirectoryExists(
  String dirPath,
) => 'DirectoryExists($dirPath)';