backgroundImage property Null safety

AgoraImage? backgroundImage
@JsonKey(includeIfNull: false), read / write

用于旁路直播的输出视频上的背景图片。添加后所有旁路直播的观众都可以看到背景图片。 详见 AgoraImage

Implementation

@JsonKey(includeIfNull: false)
AgoraImage? backgroundImage;