copy

fun copy(externalUrlsString: Map<String, String>, externalIdsString: Map<String, String> = hashMapOf(), availableMarketsString: List<String> = listOf(), href: String, id: String, uri: PlayableUri, album: SimpleAlbum, artists: List<SimpleArtist>, isPlayable: Boolean = true, discNumber: Int, durationMs: Int, explicit: Boolean, linkedTrack: LinkedTrack? = null, name: String, popularity: Int, previewUrl: String? = null, trackNumber: Int, type: String, isLocal: Boolean? = null, restrictions: Restrictions? = null, episode: Boolean? = null, track: Boolean? = null): Track

Sources

(source)
Link copied to clipboard