SearchSort enum

Search sorting options.

Inheritance

Constructors

SearchSort([String value = ''])
Creates a search sort.
const

Values

recent → const SearchSort

Sort by recent uploads.

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

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 String
String value of search parameter.
final

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.