isPodcast property

  1. @JsonKey.new(name: 'is_podcast', readValue: _readIsPodcast)
bool isPodcast
final

Whether the track is a podcast.

Implementation

@JsonKey(name: 'is_podcast', readValue: _readIsPodcast)
final bool isPodcast;