SubscriptionLevel enum

Inheritance
Available extensions

Values

freemium → const SubscriptionLevel
const SubscriptionLevel(0)
freeMonth → const SubscriptionLevel
const SubscriptionLevel(1)
basic → const SubscriptionLevel
const SubscriptionLevel(2)
student → const SubscriptionLevel
const SubscriptionLevel(3)
family → const SubscriptionLevel
const SubscriptionLevel(4)
connect → const SubscriptionLevel
const SubscriptionLevel(5)
creator → const SubscriptionLevel
const SubscriptionLevel(6)
ambassador → const SubscriptionLevel
const SubscriptionLevel(7)
artist → const SubscriptionLevel
const SubscriptionLevel(8)
professional → const SubscriptionLevel
const SubscriptionLevel(9)
premium → const SubscriptionLevel
const SubscriptionLevel(10)
publish → const SubscriptionLevel
const SubscriptionLevel(11)
platinum → 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.