isSaved property

  1. @JsonKey(name: 'is_saved')
bool? get isSaved
inherited

Optional. True, if the gift is displayed on the account's profile page; for gifts received on behalf of business accounts only

Implementation

@JsonKey(name: 'is_saved')
bool? get isSaved;