width property

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

The width (pixels) of the video.

Implementation

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