description property

  1. @override
String description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Returns a collection of playlists that match the API request parameters. For example, you can retrieve all playlists that the authenticated user owns, or you can retrieve one or more playlists by their unique IDs.';