isPlayable property

  1. @JsonKey(name: 'is_playable')
bool? isPlayable
getter/setter pair

Part of the response when Track Relinking is applied. If true, the track is playable in the given market. Otherwise false.

Implementation

@JsonKey(name: 'is_playable')
bool? isPlayable;