isDeflated property

bool get isDeflated

Implementation

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