RankingMode enum
- Inheritance
- Available extensions
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
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.