collections property

  1. @JsonKey(name: 'collections', fromJson: TautulliUtilities.ensureStringListFromJson)
List<String?>? collections
final

List of collections the content is apart of on Plex.

Implementation

@JsonKey(name: 'collections', fromJson: TautulliUtilities.ensureStringListFromJson)
final List<String?>? collections;