allowCompressionOfIntegerArray property
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;