width property Null safety

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

视频帧宽度 (pixel)。 默认值为 360。

Implementation

@JsonKey(includeIfNull: false)
int? width;