isCompressed property Null safety
Is the data stored by this file currently compressed?
Implementation
bool get isCompressed => _compressionType != STORE;
Is the data stored by this file currently compressed?
bool get isCompressed => _compressionType != STORE;