hasFileSystem property

bool get hasFileSystem

True when entries are real files (not IndexedDB records) that can be opened by path.

Implementation

static bool get hasFileSystem => _backend.hasFileSystem;