YtAlbum class
- Inheritance
-
- Object
- YtBaseObject
- YtAlbum
Constructors
-
YtAlbum({required List<
YtBaseObject> artists, required Duration? duration, required bool? isExplicit, required String playlistId, required YtThumbnailData thumbnailData, required YtAlbumType albumType, required int? year, required String? id, required String title}) - YtAlbum.fromJson(JsonMap jsonData, {YtAlbumType? type})
-
factory
Properties
- albumType → YtAlbumType
-
final
-
artists
→ List<
YtBaseObject> -
final
- duration → Duration?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
finalinherited
- isExplicit → bool?
-
final
- playlistId → String
-
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