Playlist class

Constructors

Playlist({required String id, required String title, required String subtitle, required String description, required String permaURL, required String image, required int totalSongs, required List<Song> songs, required int followers, List<Artist>? artist})

Properties

artist List<Artist>?
getter/setter pair
description String
getter/setter pair
followers int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highResImage String
no setter
id String
getter/setter pair
image String
getter/setter pair
lowResImage String
no setter
mediumResImage String
no setter
permaURL String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
songs List<Song>
getter/setter pair
subtitle String
getter/setter pair
title String
getter/setter pair
token String
no setter
totalSongs int
getter/setter pair

Methods

copyWith({String? id, String? title, String? subtitle, String? description, String? permaURL, String? image, int? totalSongs, int? followers, List<Song>? songs, List<Artist>? artist}) Playlist
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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