MostPlayedEntity class Null safety
A Entity
that contains all most_played information.
- Inheritance
-
- Object
- SongEntity
- MostPlayedEntity
- Available Extensions
- Annotations
-
- @HiveType(typeId: 3)
Constructors
- MostPlayedEntity(int key, int? timePlayed, int? lastTimePlayed, int playCount)
Properties
- album ↔ String?
-
album
read / writeinherited
- albumId ↔ int?
-
albumId
read / writeinherited
- artist ↔ String?
-
artist
read / writeinherited
- artistId ↔ int?
-
artistId
read / writeinherited
- artwork ↔ String?
-
Deprecated after
2.1.0
.read / writeinherited - artworkAsBytes ↔ Uint8List?
-
artworkBytes
read / writeinherited - dateAdded ↔ int?
-
dateAdded
read / writeinherited
- displayName ↔ String?
-
displayName
read / writeinherited
- duration ↔ int?
-
duration
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ int
-
The id gerenated by the platform for a specific song/audio.
read / writeinherited
- key ↔ int
-
A unique key that represent every
most_played
song.read / write - lastData ↔ String
-
The last
_data
from a specific song/audio.read / writeinherited - lastTimePlayed ↔ int?
-
lastTimePlayed
read / write
- playCount ↔ int
-
playCount
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- timePlayed ↔ int?
-
timePlayed
read / write
- title ↔ String
-
The title from a specific song/audio.
read / writeinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited