height property

  1. @JsonKey(includeIfNull: false)
int? height
getter/setter pair

The height (pixel) of the host's video.

Implementation

@JsonKey(includeIfNull: false)
int? height;