lastPlayed property

  1. @JsonKey(name: 'last_played', fromJson: TautulliUtilities.ensureStringFromJson)
String? lastPlayed
final

The title of the content that was last played.

Implementation

@JsonKey(name: 'last_played', fromJson: TautulliUtilities.ensureStringFromJson)
final String? lastPlayed;