Tracks constructor

Tracks(
  1. SpotifyApiBase api
)

Implementation

Tracks(SpotifyApiBase api) : super(api) {
  _me = TracksMe(api);
}