EUserUgcList enum

Inheritance

Constructors

EUserUgcList(int value)
const
EUserUgcList.fromValue(int value)
factory

Values

published → const EUserUgcList
const EUserUgcList(0)
votedOn → const EUserUgcList
const EUserUgcList(1)
votedUp → const EUserUgcList
const EUserUgcList(2)
votedDown → const EUserUgcList
const EUserUgcList(3)
willVoteLater → const EUserUgcList
const EUserUgcList(4)
favorited → const EUserUgcList
const EUserUgcList(5)
subscribed → const EUserUgcList
const EUserUgcList(6)
usedOrPlayed → const EUserUgcList
const EUserUgcList(7)
followed → const EUserUgcList
const EUserUgcList(8)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<EUserUgcList>
A constant List of the values in this enum, in order of their declaration.