Includes enum Null safety
An enum which contains strings that allow extra data to be returned when requesting videos.
- Implemented types
Constants
- channelStats → const Includes
-
Include channel stats.
const Includes(7)
- clips → const Includes
-
Include clips using the videos.
const Includes(0)
- description → const Includes
-
Include video descriptions.
const Includes(5)
- liveInfo → const Includes
-
Include live streams.
const Includes(6)
- mentions → const Includes
-
Include channels that are mentioned.
const Includes(4)
- refers → const Includes
-
Include videos that refer to other videos.
const Includes(1)
- simulcasts → const Includes
-
Include simulcast videos alongside the videos.
const Includes(3)
- songs → const Includes
-
Include any songs used in the videos.
const Includes(8)
- sources → const Includes
-
Include sources for videos created by Subbers.
const Includes(2)
-
values
→ const List<
Includes> -
A constant List of the values in this enum, in order of their declaration.
const List<
Includes>
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