AllSearchResponse class

Annotations
  • @JsonSerializable()

Constructors

AllSearchResponse({required SearchResponse<List<SearchAlbumResponse>> albums, required SearchResponse<List<SearchSongResponse>> songs, required SearchResponse<List<SearchArtistResponse>> artists, required SearchResponse<List<SearchPlaylistResponse>> playlists, required SearchResponse<List<SearchTopQueryResponse>> topQuery})
AllSearchResponse.fromCustomJson(Map<String, dynamic> allSearchResults)
factory
AllSearchResponse.fromJson(Map<String, dynamic> json)
factory

Properties

albums SearchResponse<List<SearchAlbumResponse>>
getter/setter pair
artists SearchResponse<List<SearchArtistResponse>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
playlists SearchResponse<List<SearchPlaylistResponse>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
songs SearchResponse<List<SearchSongResponse>>
getter/setter pair
topQuery SearchResponse<List<SearchTopQueryResponse>>
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