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