ResultType enum

The type parameter restricts a search query to only retrieve a particular type of resource. The value is a comma-separated list of resource types. The default value is video,channel,playlist.

string

Acceptable values are:

  • channel
  • playlist
  • video
Inheritance
Available extensions

Values

video → const ResultType
channel → const ResultType
playlist → const ResultType

Properties

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
unencodedPath String
no setter

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

Static Methods

fromType<T extends ApiResult>() ResultType

Constants

values → const List<ResultType>
A constant List of the values in this enum, in order of their declaration.