width property

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

Width (pixel) of the video frame.

Implementation

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