lastResaleStarCount property

  1. @JsonKey.new(name: 'last_resale_star_count')
int? get lastResaleStarCount
inherited

Optional. For gifts bought from other users, the price paid for the gift

Implementation

@JsonKey(name: 'last_resale_star_count')
int? get lastResaleStarCount;