AlbumModel class

AlbumModel that contains all Album Information.

Constructors

AlbumModel(Map _info)

Properties

album String
Return album album
no setter
artist String?
Return album artist
no setter
artistId int?
Return album artistId
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
numOfSongs int
Return album numOfSongs
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