SongModel class

SongModel contains all Songs Info

Constructors

SongModel(Map _info)

Properties

album String
Return song album
no setter
albumId int
Return song albumId
no setter
artist String
Return song artist
no setter
artistId int
Return song artistId
no setter
artwork String?
Return song artwork
no setter
bookmark String?
Return song bookmark
no setter
composer String?
Return song composer
no setter
data String
Return song data
no setter
dateAdded int
Return song dateAdded
no setter
dateModified int?
Return song dateModified
no setter
displayName String
Return song displayName
no setter
displayNameWOExt String
Return song displayName without Extension
no setter
duration int
Return song duration
no setter
fileExtension String
Return song only the fileExtension
no setter
fileParent String
Return song fileParent (All the path before file)
no setter
getMap Map
Return a map with all keys and values from specific song.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Return song id
no setter
isAlarm bool?
Return song type: isAlarm
no setter
isMusic bool?
Return song type: isMusic
no setter
isNotification bool?
Return song type: isNotification
no setter
isPodcast bool?
Return song type: isPodcast
no setter
isRingtone bool?
Return song type: isRingtone
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Return song size
no setter
title String
Return song title
no setter
track int?
Return song track
no setter
uri String
Return song uri
no setter
year int?
Return song year
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.
override

Operators

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