isMemoryBased property
bool
get
isMemoryBased
Checks if file is stored in memory.
Implementation
bool get isMemoryBased => _memoryData != null;
Checks if file is stored in memory.
bool get isMemoryBased => _memoryData != null;