SinglePages<T, V extends BasePage<T>> class abstract

Base class that handles retrieval of pages with one type (e.g. Artist, Playlist etc.)

Implemented types
Implementers

Constructors

SinglePages(SpotifyApiBase api, String path, ParserFunction<T> _pageParser, [String? pageKey, ParserFunction<Object>? pageContainerMapper])

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

all([int limit = defaultLimit]) Future<Iterable<T>>
first([int limit = defaultLimit]) Future<V>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stream([dynamic limit = defaultLimit]) Stream<V>
toString() String
A string representation of this object.
inherited

Operators

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