VideoSort enum

Options to sort a lsit of videos by

Inheritance
Mixed in types

Constructors

VideoSort(String code)
Creates a new VideoSort
const

Values

title → const VideoSort

Sort by the video's title

const VideoSort('title')
publishedAt → const VideoSort

Sort by the video's publish date

const VideoSort('published_at')
availableAt → const VideoSort

Sort by the video's available date

const VideoSort('available_at')
startScheduled → const VideoSort

Sort by the video's scheduled start date

const VideoSort('start_scheduled')
startActual → const VideoSort

Sort by the video's actual start date

const VideoSort('start_actual')
endActual → const VideoSort

Sort by the video's actual end date

const VideoSort('end_actual')

Properties

code String
The code used by Holodex
final
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

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<VideoSort>
A constant List of the values in this enum, in order of their declaration.