AlbumModel class

AlbumModel contains all Albums Info

Constructors

AlbumModel(Map _info)

Properties

albumId int
Return album albumId
no setter
albumName String
Return album albumName
no setter
artist String
Return album artist
no setter
artistId String?
Return album artistId
no setter
artwork String?
Return album artwork
no setter
firstYear String?
Return album firstYear
no setter
getMap Map
Return a map with all keys and values from specific album.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Return album id
no setter
lastYear String?
Return album lastYear
no setter
numOfSongs String
Return album numOfSongs
no setter
numOfSongsArtists String?
Return album numOfSongsArtists
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