EUgcQuery enum
Values
- rankedByVote → const EUgcQuery
-
const EUgcQuery(0) - rankedByPublicationDate → const EUgcQuery
-
const EUgcQuery(1) - acceptedForGameRankedByAcceptanceDate → const EUgcQuery
-
const EUgcQuery(2) - rankedByTrend → const EUgcQuery
-
const EUgcQuery(3) - favoritedByFriendsRankedByPublicationDate → const EUgcQuery
-
const EUgcQuery(4) - createdByFriendsRankedByPublicationDate → const EUgcQuery
-
const EUgcQuery(5) - rankedByNumTimesReported → const EUgcQuery
-
const EUgcQuery(6) - createdByFollowedUsersRankedByPublicationDate → const EUgcQuery
-
const EUgcQuery(7) - notYetRated → const EUgcQuery
-
const EUgcQuery(8) - rankedByTotalVotesAsc → const EUgcQuery
-
const EUgcQuery(9) - rankedByVotesUp → const EUgcQuery
-
const EUgcQuery(10) - rankedByTextSearch → const EUgcQuery
-
const EUgcQuery(11) - rankedByTotalUniqueSubscriptions → const EUgcQuery
-
const EUgcQuery(12) - rankedByPlaytimeTrend → const EUgcQuery
-
const EUgcQuery(13) - rankedByTotalPlaytime → const EUgcQuery
-
const EUgcQuery(14) - rankedByAveragePlaytimeTrend → const EUgcQuery
-
const EUgcQuery(15) - rankedByLifetimeAveragePlaytime → const EUgcQuery
-
const EUgcQuery(16) - rankedByPlaytimeSessionsTrend → const EUgcQuery
-
const EUgcQuery(17) - rankedByLifetimePlaytimeSessions → const EUgcQuery
-
const EUgcQuery(18) - rankedByLastUpdatedDate → const EUgcQuery
-
const EUgcQuery(19)
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