isDeflated property

bool isDeflated

Implementation

bool get isDeflated =>
    properties.encryption?.compression?.toLowerCase() == "deflate";