GeneralPlaylist<T, T2> class

Constructors

GeneralPlaylist({required String id, required String title, required String subtitle, required String description, required String permaURL, required T2 image, required int totalSongs, required List<T> songs})

Properties

description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
image ↔ T2
getter/setter pair
permaURL String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
songs List<T>
getter/setter pair
subtitle String
getter/setter pair
title String
getter/setter pair
totalSongs int
getter/setter pair

Methods

copyWith<T, T2>({String? id, String? title, String? subtitle, String? description, String? permaURL, T2? image, int? totalSongs, int? followers, List<T>? songs}) GeneralPlaylist
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