exists property

  1. @override
bool get exists
override

True if resource exists in the underlying storage system.

Implementation

@override
bool get exists => _info.existsSync();