width property

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

The width (px) of the video frame. The default value is 960.

Implementation

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