Artist class

Constructors

Artist({required String id, required String name, required ArtistRole role, required String image, required String permaURL, int? priority = -1})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
id String
final
image String
final
name String
final
permaURL String
final
priority int?
final
role ArtistRole
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
no setter

Methods

copyWith({String? id, String? name, String? image, String? permaURL, ArtistRole? role, int? priority}) Artist
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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