width property Null safety

int? width
@JsonKey(includeIfNull: false), read / write

视频帧在横轴上的像素。

Implementation

@JsonKey(includeIfNull: false)
int? width;