Playlists constructor Null safety
Implementation
Playlists({required this.dio, this.token, this.apiKey})
: _authHeader = token != null ? 'Bearer $token' : null,
_rest = PlaylistClient(dio);
Playlists({required this.dio, this.token, this.apiKey})
: _authHeader = token != null ? 'Bearer $token' : null,
_rest = PlaylistClient(dio);