RankingMode enum

Inheritance

Constructors

RankingMode()
const

Values

day → const RankingMode

dayR18 → const RankingMode

天 R18

dayMale → const RankingMode

天 男性欢迎

dayMaleR18 → const RankingMode

天 男性欢迎 R18

dayFemale → const RankingMode

天 女性欢迎

dayFemaleR18 → const RankingMode

天 女性欢迎 R18

week → const RankingMode

weekR18 → const RankingMode

周 R18

weekOriginal → const RankingMode

周(原创)

weekRookie → const RankingMode

周(新人)

month → const RankingMode

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

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<RankingMode>
A constant List of the values in this enum, in order of their declaration.