playlist property

  1. @JsonKey(name: 'Playlist')
Playlist? playlist
final

The playlist returned, null when there is an error

Implementation

@JsonKey(name: 'Playlist')

/// The playlist returned, null when there is an error
final Playlist? playlist;