premiumBadgeMasked property

  1. @JsonKey.new(includeIfNull: false, name: 'premium_badge_masked')
bool? premiumBadgeMasked
final

Whether to mask the premium badge

Implementation

@JsonKey(includeIfNull: false, name: 'premium_badge_masked')
final bool? premiumBadgeMasked;