VideoSort enum Null safety
Constants
- availableAt → const VideoSort
-
const VideoSort(2)
- endActual → const VideoSort
-
const VideoSort(5)
- publishedAt → const VideoSort
-
const VideoSort(1)
- startActual → const VideoSort
-
const VideoSort(4)
- startScheduled → const VideoSort
-
const VideoSort(3)
- title → const VideoSort
-
const VideoSort(0)
-
values
→ const List<
VideoSort> -
A constant List of the values in this enum, in order of their declaration.
const List<
VideoSort>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited