width property

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

视频宽度,单位为像素。

Implementation

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