width property

  1. @JsonKey(includeIfNull: false)
int? width
final

The width (pixels) of the video.

Implementation

@JsonKey(includeIfNull: false)
final int? width;