width property

  1. @JsonKey(includeIfNull: false)
int? width
getter/setter pair

The video resolution on the horizontal axis.

Implementation

@JsonKey(includeIfNull: false)
int? width;