isKnownValue property

bool get isKnownValue

Implementation

bool get isKnownValue =>
    isA<ProfileAssociatedActivitySubscriptionAllowSubscriptionsKnownValue>(
      this,
    );