Album class

Implementers
Annotations
  • @JsonSerializable()

Constructors

Album({String? name, required String year, String? releaseDate, String? primaryArtists, String? primaryArtistsId, String? albumId, required String permaUrl, required String image, List<SongRequest>? songs})
Album.fromJson(Map<String, dynamic> json)
factory

Properties

albumId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String
getter/setter pair
name String?
getter/setter pair
permaUrl String
getter/setter pair
primaryArtists String?
getter/setter pair
primaryArtistsId String?
getter/setter pair
releaseDate String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
songs List<SongRequest>?
getter/setter pair
year String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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