width property

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

Width in pixels.

Implementation

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