totalCount property
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;
Optional. The total number of gifts of this type that can be sent; for limited gifts only.
@JsonKey(name: 'total_count')
int? get totalCount;