SubscriptionLevel enum

Generic subscription tiers for the Open Neom ecosystem.

Numeric values support >= comparisons in usage/tier logic. Each app translates these to its own branding via app_translations.

Inheritance
Available extensions

Values

freemium → const SubscriptionLevel
const SubscriptionLevel(0)
freeMonth → const SubscriptionLevel
const SubscriptionLevel(1)
basic → const SubscriptionLevel
const SubscriptionLevel(2)
plus → const SubscriptionLevel
const SubscriptionLevel(3)
family → const SubscriptionLevel
const SubscriptionLevel(4)
creator → const SubscriptionLevel
const SubscriptionLevel(5)
ambassador → const SubscriptionLevel
const SubscriptionLevel(6)
artist → const SubscriptionLevel
const SubscriptionLevel(7)
professional → const SubscriptionLevel
const SubscriptionLevel(8)
corporate → const SubscriptionLevel
const SubscriptionLevel(9)
premium → const SubscriptionLevel
const SubscriptionLevel(10)
platinum → const SubscriptionLevel
const SubscriptionLevel(11)
lifetime → const SubscriptionLevel
const SubscriptionLevel(12)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SubscriptionLevel>
A constant List of the values in this enum, in order of their declaration.