Me constructor

Me(
  1. SpotifyApiBase api,
  2. PlayerEndpoint player
)

Implementation

Me(super.api, PlayerEndpoint player) {
  _player = player;
}