uniqueGiftVariantCount property

  1. @JsonKey.new(name: 'unique_gift_variant_count')
int? get uniqueGiftVariantCount
inherited

Optional. The total number of different unique gifts that can be obtained by upgrading the gift

Implementation

@JsonKey(name: 'unique_gift_variant_count')
int? get uniqueGiftVariantCount;