isCompressed property

bool get isCompressed

Implementation

bool get isCompressed => data.isNotEmpty && data[0] == 0x01;