actors property

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

List of actors's names who acted in the content.

Implementation

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