linkedFrom property

  1. @JsonKey(name: 'linked_from')
  2. @override
TrackLink? linkedFrom
getter/setter pairoverride

Part of the response when Track Relinking is applied and is only part of the response if the track linking, in fact, exists. The requested track has been replaced with a different track. The track in the linked_from object contains information about the originally requested track.

Implementation

@JsonKey(name: 'linked_from')
@override
TrackLink? linkedFrom;