ArtistInfo class

ArtistInfo class holds all information about a specific artist.

Inheritance

Properties

artistArtPath String
Returns the path from an image file that can be used as artist art or null if there is no one. The image file is the first artist album art work founded.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The data model id
no setterinherited
name String
Returns the name of artist
no setter
numberOfAlbums String
Returns the number of albums of current artist
no setter
numberOfTracks String
Returns the number of tracks of current artist
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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