SongEntity class Null safety

A Entity that contains all favorites information.

Implementers
Available Extensions
Annotations

Constructors

SongEntity()

Properties

album String?
album
read / write
albumId int?
albumId
read / write
artist String?
artist
read / write
artistId int?
artistId
read / write
artwork String?
Deprecated after 2.1.0.
read / write
artworkAsBytes Uint8List?
artworkBytes
read / write
dateAdded int?
dateAdded
read / write
displayName String?
displayName
read / write
duration int?
duration
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id int
The id gerenated by the platform for a specific song/audio.
read / write
lastData String
The last _data from a specific song/audio.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
title String
The title from a specific song/audio.
read / write

Methods

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

Operators

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