isMemoryBased property

bool get isMemoryBased

Checks if file is stored in memory.

Implementation

bool get isMemoryBased => _memoryData != null;