UserReferredByTypeEnum class
- Inheritance
-
- Object
- EnumClass
- UserReferredByTypeEnum
Properties
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
Static Properties
-
serializer
→ Serializer<
UserReferredByTypeEnum> -
no setter
-
values
→ BuiltSet<
UserReferredByTypeEnum> -
no setter
Static Methods
-
valueOf(
String name) → UserReferredByTypeEnum
Constants
- affiliate → const UserReferredByTypeEnum
- The type of the code. Can be one of "affiliate", "promo", or "referral".
- promo → const UserReferredByTypeEnum
- The type of the code. Can be one of "affiliate", "promo", or "referral".
- referral → const UserReferredByTypeEnum
- The type of the code. Can be one of "affiliate", "promo", or "referral".