SearchResponse class final

Annotations
  • @immutable
  • @JsonSerializable(createToJson: false)

Constructors

SearchResponse.new({required Page<Album>? albums, required Page<Artist>? artists, required Page<Playlist<PageRef<PlaylistTrack>>>? playlists, required Page<Track>? tracks})
SearchResponse.fromJson(Json json)
factory

Properties

albums Page<Album>?
final
artists Page<Artist>?
final
hashCode int
The hash code for this object.
no setterinherited
playlists Page<Playlist<PageRef<PlaylistTrack>>>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tracks Page<Track>?
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