total property

  1. @JsonKey(fromJson: convertToIntIfDoubleValue)
int? total
getter/setter pair

Total number of tracks in the playlist

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? total;