VideoCategories class Null safety
Returns a list of VideoItems that match the API request parameters.
Constructors
- VideoCategories({required String token, required Dio dio})
- A videoCategory resource identifies a category that has been or could be associated with uploaded videos.
Properties
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 non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited