height property

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

Height in pixels.

Implementation

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