height property Null safety

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

视频帧在纵轴上的像素。

Implementation

@JsonKey(includeIfNull: false)
int? height;