exists property

  1. @override
bool get exists
override

True if a directory was located at the given path.

Implementation

@override
bool get exists => _info.exists;