me property

Implementation

Pages<PlaylistSimple> get me {
  return _getPages(
      'v1/me/playlists', (json) => PlaylistSimple.fromJson(json));
}