totalPlays property

  1. @JsonKey(name: 'total_plays', fromJson: TautulliUtilities.ensureIntegerFromJson)
int? totalPlays
final

The total amount of plays from this user in this period.

Implementation

@JsonKey(name: 'total_plays', fromJson: TautulliUtilities.ensureIntegerFromJson)
final int? totalPlays;