SearchSort enum
Search sorting options.
Constructors
- SearchSort([String value = ''])
-
Creates a search sort.
const
Values
- recent → const SearchSort
-
Sort by recent uploads.
- popular → const SearchSort
-
Sort by popular uploads.
- popularMonth → const SearchSort
-
Sort by popular over the last month uploads.
- popularWeek → const SearchSort
-
Sort by popular over the last week uploads.
- popularToday → const SearchSort
-
Sort by popular over the last day uploads.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns string value of search parameter.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SearchSort> -
A constant List of the values in this enum, in order of their declaration.
[recent, popular, popularMonth, popularWeek, popularToday]