videoWidth property

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

The width (px) of the video frame.

Implementation

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