allowCompressionOfIntegerArray property

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

Whether arrays with exclusively non-negative integers should be compressed for better performance. If true, the compressed arrays may be reordered.

Implementation

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