totalCount property

  1. @JsonKey(name: 'total_count')
int? get totalCount
inherited

Optional. The total number of gifts of this type that can be sent; for limited gifts only.

Implementation

@JsonKey(name: 'total_count')
int? get totalCount;