remainingCount property

  1. @JsonKey(name: 'remaining_count')
int? get remainingCount
inherited

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

Implementation

@JsonKey(name: 'remaining_count')
int? get remainingCount;