PlaylistEntity class

A Entity that contains all playlist information.

Annotations
  • @HiveType(typeId: 4)

Constructors

PlaylistEntity(int key, String playlistName, int playlistDateModified, int? playlistDateAdded, List<SongEntity> playlistSongs)

Properties

hashCode int
The hash code for this object.
no setterinherited
key int
A unique key that represent every playlist song.
getter/setter pair
playlistDataAdded int?
playlistDataAdded
getter/setter pair
playlistDateAdded int?
playlistDateAdded
getter/setter pair
playlistDateModified int
playlistDateModified
getter/setter pair
playlistName String
playlistName
getter/setter pair
playlistSongs List<SongEntity>
A list of SongEntity inside a specific playlist.
getter/setter pair
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