Album class

Constructors

Album({required Map<String, dynamic> albumInfo, required List<Song> tracks})

Properties

apiPath String?
no setter
artist Artist?
no setter
coverAartThumbnailrl String?
no setter
coverArtUrl String?
no setter
fullTitle String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id int?
no setter
name String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJson Map<String, dynamic>
returns song data and this data have some fields that are not present in the Album
no setter
tracks List<Song>
no setter
url String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveLyrics({required String destPath, String ext = '.lrc', bool overwite = true, bool verbose = true}) Future<void>
Save the lyrics of all the tracks of the album
toString() String
A string representation of this object.
inherited

Operators

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