featured property

Pages<PlaylistSimple> featured

Returns the featuerd playlists

Implementation

Pages<PlaylistSimple> get featured => _getPages(
    '$_path/featured-playlists',
    (json) => PlaylistSimple.fromJson(json),
    'playlists',
    (json) => PlaylistsFeatured.fromJson(json));