isDirectory method

  1. @override
bool isDirectory(
  1. String path
)
override

Public method or function.

Implementation

@override
/// Public method or function.
bool isDirectory(String path) => Directory(path).existsSync();