downloadCount property

  1. @JsonKey.new(defaultValue: 0)
double get downloadCount
override

The number of times this track has been downloaded through SoundCloud.

Implementation

@JsonKey(defaultValue: 0)
double get downloadCount;