premiumFeatureProfileBadge property

PremiumFeatureProfileBadge? premiumFeatureProfileBadge

A badge in the user's profile

Implementation

PremiumFeatureProfileBadge? get premiumFeatureProfileBadge {
  if (this is PremiumFeatureProfileBadge) {
    return this as PremiumFeatureProfileBadge;
  }
  return null;
}