currentlyPlayingType property

  1. @JsonKey(name: 'currently_playing_type')
CurrentlyPlayingType? currentlyPlayingType
getter/setter pair

The object type of the currently playing item. Can be one of CurrentlyPlayingType.track, CurrentlyPlayingType.episode, CurrentlyPlayingType.ad or CurrentlyPlayingType.unknown.

Implementation

@JsonKey(name: 'currently_playing_type')
CurrentlyPlayingType? currentlyPlayingType;