height property

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

The height (pixels) of the video.

Implementation

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