allowCompressionOfIntegerArray property

  1. @JsonKey(name: r'allowCompressionOfIntegerArray')
bool? allowCompressionOfIntegerArray
final

Incidates whether the engine compresses arrays with exclusively non-negative integers. When enabled, the compressed arrays may be reordered.

Implementation

@JsonKey(name: r'allowCompressionOfIntegerArray')
final bool? allowCompressionOfIntegerArray;