VideoCategoryListResponse class Null safety

Annotations

Constructors

VideoCategoryListResponse({required String kind, required String etag, List<VideoCategory>? videoCategoryItems})
VideoCategoryListResponse.fromJson(Map<String, dynamic> json)
factory

Properties

etag String
The Etag of this resource.
final, inherited
hashCode int
The hash code for this object.
read-only, inherited
items List<VideoCategory>
read-only
kind String
Identifies the API resource's type. The value will be youtube#searchListResponse.
final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
videoCategoryItems List<VideoCategory>?
A list of video categories that can be associated with YouTube videos. In this map, the video category ID is the map key, and its value is the corresponding videoCategory resource.
@JsonKey(name: 'items'), final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited