SearchResponse class final
- Annotations
-
- @immutable
- @JsonSerializable(createToJson: false)
Constructors
-
SearchResponse.new({required Page<
Album> ? albums, required Page<Artist> ? artists, required Page<Playlist< ? playlists, required Page<PageRef< >PlaylistTrack> >Track> ? tracks}) - SearchResponse.fromJson(Json json)
-
factory
Properties
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