popularity property

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

The popularity of the artist. The value will be between 0 and 100, with 100 being the most popular. The artist's popularity is calculated from the popularity of all the artist's tracks.

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? popularity;