linkedFromUri property

  1. @JsonKey.new(name: 'linked_from_uri', readValue: _readLinkedFromUri)
String? linkedFromUri
final

The URI of the track this one was linked from.

Implementation

@JsonKey(name: 'linked_from_uri', readValue: _readLinkedFromUri)
final String? linkedFromUri;