isDirectory method

  1. @override
Future<bool> isDirectory()
override

Implementation

@override
Future<bool> isDirectory() => fs.isDirectory(path);