height property

  1. @JsonKey(name: 'height')
int? height
final

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

Implementation

@JsonKey(name: 'height')
final int? height;