SinglePages<T, V extends BasePage<T>> constructor

SinglePages<T, V extends BasePage<T>>(
  1. SpotifyApiBase api,
  2. String path,
  3. ParserFunction<T> _pageParser, [
  4. String? pageKey,
  5. ParserFunction<Object>? pageContainerMapper,
])

Implementation

SinglePages(SpotifyApiBase api, String path, this._pageParser,
    [String? pageKey, ParserFunction<Object>? pageContainerMapper])
    : super(api, path, pageKey, pageContainerMapper);