port property

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

The public port that the Plex Media Server is available on.

Implementation

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