tracksLink property

  1. @JsonKey(name: 'tracks')
TracksLink? tracksLink
getter/setter pair

A collection containing a link (href) to the Web API endpoint where full details of the playlist's tracks can be retrieved, along with the total number of tracks in the playlist.

Implementation

@JsonKey(name: 'tracks')
TracksLink? tracksLink;