playbackCount property

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

The number of times this track has been played.

Implementation

@JsonKey(defaultValue: 0)
double get playbackCount;