count property

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

The minimum quantity of the item you have to have.

Implementation

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