trackingValueMax property

  1. @JsonKey(name: 'trackingValueMax')
int? trackingValueMax
getter/setter pair

The maximum possible number of items that can be collected.

Implementation

@JsonKey(name:'trackingValueMax')
int? trackingValueMax;