height property Null safety

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

添加进入直播的外部视频源高度,单位为像素。默认值为 0,即保留视频源原始高度。

Implementation

@JsonKey(includeIfNull: false)
int? height;