SongEntity class

A Entity that contains all favorites information.

Implementers
Available Extensions
Annotations
  • @HiveType(typeId: 0)

Constructors

SongEntity()

Properties

album String?
album
getter/setter pair
albumId int?
albumId
getter/setter pair
artist String?
artist
getter/setter pair
artistId int?
artistId
getter/setter pair
artwork String?
Deprecated after 2.1.0.
getter/setter pair
artworkAsBytes Uint8List?
artworkBytes
getter/setter pair
dateAdded int?
dateAdded
getter/setter pair
displayName String?
displayName
getter/setter pair
duration int?
duration
getter/setter pair
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 pair
lastData String
The last _data from a specific song/audio.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title from a specific song/audio.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited