linkedFromUri property

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

The URI of the track this one was linked from.

Implementation

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