VideoSorting enum
Metadata about video are sorted with ChannelClient.getUploadsFromPage
Values
- newest → const VideoSorting
-
const VideoSorting._('dd')
- oldest → const VideoSorting
-
const VideoSorting._('da')
- popularity → const VideoSorting
-
const VideoSorting._('p')
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<
VideoSorting> - A constant List of the values in this enum, in order of their declaration.