premiumLimitTypeBioLength property

PremiumLimitTypeBioLength? premiumLimitTypeBioLength

The maximum length of the user's bio

Implementation

PremiumLimitTypeBioLength? get premiumLimitTypeBioLength {
  if (this is PremiumLimitTypeBioLength) {
    return this as PremiumLimitTypeBioLength;
  }
  return null;
}