YtArtist class

Inheritance

Constructors

YtArtist.new({required String? id, required String title, required String? shuffleId, required String? radioId, required YtThumbnailData thumbnailData})
YtArtist.fromJson(JsonMap jsonData)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
finalinherited
radioId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shuffleId String?
final
thumbnailData YtThumbnailData
final
title String
finalinherited
type YtObjectType
finalinherited

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