Includes enum

An enum which contains strings that allow extra data to be returned when requesting videos.

Inheritance
Mixed in types

Constructors

Includes(String code)
Creates a new Includes enum.
const

Values

clips → const Includes

Include clips using the videos.

const Includes('clips')
refers → const Includes

Include videos that refer to other videos.

const Includes('refers')
sources → const Includes

Include sources for videos created by Subbers.

const Includes('sources')
simulcasts → const Includes

Include simulcast videos alongside the videos.

const Includes('simulcasts')
mentions → const Includes

Include channels that are mentioned.

const Includes('mentions')
description → const Includes

Include video descriptions.

const Includes('description')
liveInfo → const Includes

Include live streams.

const Includes('live_info')
channelStats → const Includes

Include channel stats.

const Includes('channel_stats')
songs → const Includes

Include any songs used in the videos.

const Includes('songs')

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