exists top-level constant

Matcher const exists

Matcher that successfully matches against a FileSystemEntity that exists (FileSystemEntity.existsSync returns true).

Implementation

const Matcher exists = _Exists();