height property

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

Height (pixel) of the video frame.

Implementation

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