encodingName property

  1. @override
String encodingName
final

Returns the message encoding that this compressor uses.

This can be values such as "gzip", "deflate", "snappy", etc.

Implementation

@override
final encodingName = 'lz4';