priceCount property

  1. @JsonKey(name: 'price_count')
int priceCount
getter/setter pair

Number of prices for this proof.

Implementation

@JsonKey(name: 'price_count')
late int priceCount;