height property

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

The height (px) of the video frame. The default value is 540.

Implementation

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