MinimalSong class

Constructors

MinimalSong({required String id, required String albumId, required String album, required String label, required String title, required String subtitle, required String lowResImage, required String mediumResImage, required String highResImage, required Uri imageURI, required int playCount, required int year, required String permaURL, required List<Artist> allArtists})
const

Properties

album String
final
albumId String
final
allArtists List<Artist>
final
hashCode int
The hash code for this object.
no setterinherited
highResImage String
final
id String
final
imageURI Uri
final
label String
final
lowResImage String
final
mediumResImage String
final
permaURL String
final
playCount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String
final
title String
final
year int
final

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