PlaylistModel class

PlaylistModel contains all Playlists Info

Constructors

PlaylistModel(Map _info)

Properties

data String?
Return playlist data
no setter
dateAdded String?
Return playlist dateAdded
no setter
dateModified String?
Return playlist dateModified
no setter
getMap Map
Return a map with all keys and values from specific playlist.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Return playlist id
no setter
playlistName String
Return playlist name
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