AlbumInfo class

AlbumInfo class holds all information about a specific artist album.

Inheritance

Properties

albumArt String
Returns an image file path fof this album artwork or null if there is no one.
no setter
artist String
Returns the artist name that songs appears in this album.
no setter
firstYear String
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The data model id
no setterinherited
lastYear String
no setter
numberOfSongs String
Returns the number of songs that this album contains.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Returns the album title .
no setter

Methods

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

Operators

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