BundledPages constructor

BundledPages(
  1. SpotifyApiBase api,
  2. String path,
  3. Map<String, ParserFunction> _pageMappers, [
  4. String? pageKey,
  5. ParserFunction? pageContainerParser,
])

Implementation

BundledPages(SpotifyApiBase api, String path, this._pageMappers,
    [String? pageKey, ParserFunction<dynamic>? pageContainerParser])
    : super(api, path, pageKey, pageContainerParser);