YtPlaylist class

Inheritance

Constructors

YtPlaylist({required String author, required Duration? duration, required YtThumbnailData thumbnailData, required YtPlaylistType playlistType, required int? year, required String? id, required String title})
YtPlaylist.fromJson(JsonMap jsonData)
factory

Properties

author String
final
duration Duration?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
finalinherited
playlistType YtPlaylistType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailData YtThumbnailData
final
title String
finalinherited
type YtObjectType
finalinherited
year int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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