FavoritesEntity class
A Entity
that contains all favorites information.
- Inheritance
-
- Object
- SongEntity
- FavoritesEntity
- Available extensions
- Annotations
-
- @HiveType(typeId: 1)
Constructors
- FavoritesEntity(int key)
Properties
- album ↔ String?
-
album
getter/setter pairinherited
- albumId ↔ int?
-
albumId
getter/setter pairinherited
- artist ↔ String?
-
artist
getter/setter pairinherited
- artistId ↔ int?
-
artistId
getter/setter pairinherited
- artwork ↔ String?
-
Deprecated after
2.1.0
.getter/setter pairinherited - artworkAsBytes ↔ Uint8List?
-
artworkBytes
getter/setter pairinherited - dateAdded ↔ int?
-
dateAdded
getter/setter pairinherited
- displayName ↔ String?
-
displayName
getter/setter pairinherited
- duration ↔ int?
-
duration
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
The id gerenated by the platform for a specific song/audio.
getter/setter pairinherited
- key ↔ int
-
A unique key that represent every
favorite
song.getter/setter pair - lastData ↔ String
-
The last
_data
from a specific song/audio.getter/setter pairinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
The title from a specific song/audio.
getter/setter pairinherited
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