AlbumTracks

data class AlbumTracks(val isNext: Boolean, val items: List<AlbumTrack>)(source)

Constructors

Link copied to clipboard
constructor(isNext: Boolean, items: List<AlbumTrack>)

Properties

Link copied to clipboard
Link copied to clipboard