isDirectory property

Future<bool> get isDirectory

Implementation

Future<bool> get isDirectory => FileSystemEntity.isDirectory(path);