isPlayable property

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

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')
@override
bool? isPlayable;