SongModel class
SongModel that contains all Song
Information.
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
- bookmark → int?
-
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
- genre → String?
-
Return song genre
no setter
- genreId → int?
-
Return song genreId
no setter
- getMap → Map
-
Return a map with all
keys
andvalues
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
- isAudioBook → bool?
-
Return song type: isAudioBook
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
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