compression property
optional compression; the value indicates algorithm used to compress the encoded content bytes
Implementation
@$pb.TagNumber(5)
Compression get compression => $_getN(4);
Implementation
@$pb.TagNumber(5)
set compression(Compression value) => $_setField(5, value);