VideoCategories class

Returns a list of VideoItems that match the API request parameters.

Constructors

VideoCategories(Dio dio)
A videoCategory resource identifies a category that has been or could be associated with uploaded videos.

Properties

accept String
finalinherited
contentType String
finalinherited
dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildParts(List<String> partList, String part) String
inherited
list({String part = 'snippet', List<String> partList = const [], String? id, String? regionCode, String? hl}) Future<VideoCategoryListResponse>
Retrieves a list of categories that can be associated with YouTube videos in the United States. The regionCode parameter specifies the country for which categories are being retrieved.
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